.. title:: Coquery Documentation: Connections

.. _connections:

Database connections
====================

Serverless connections
+++++++++++++++++++++++

Serverless connections use SQLite3 databases that are stored in the user's
home directory.

MySQL connections
+++++++++++++++++

MySQL connections connect to a MySQL server. The MySQL server can either
run locally (i.e. on the user's computer) or on a network.

Setting up a MySQL server
+++++++++++++++++++++++++