================= create_connection ================= .. py:method:: create_connection(self) **domain**: server **language**: python **class** :doc:`Task class ` Description =========== Use ``create_connection`` to create a connection to the project database. The method returns a new connection. A developer must close a connection after it is no longer needed. See also ======== :doc:`execute ` :doc:`select `