Skip to content

meierj-wayscript/wayscript-python

 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published