wayscript-python Integrations SQL To connect to a postgres resource, use the following snippet: import psycopg2 from wayscript.ingegrations import sql kwargs = sql.get_psycopg2_connection_kwargs(_id) connection = psycopg2.connect(**kwargs)