Jam.py documentation

create_connection

create_connection(self)

domain: server

language: python

class 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

execute

select