Skip to content

merfrei/asyncpg-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Asyncpg Connect

Utilities to help with the integration of asyncpg in your project or scripts

Example

from asyncpg_connect.db import DBSession

POSTGRES_URI = 'postgresql://user:password@localhost:5432/dbname'

async with DBSession(POSTGRES_URI) as session:
    results = await session.connection.fetch('SELECT * FROM mytable')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages