Skip to content

panuph/easypg2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

easypg2: Just another easy way to work with psycopg2

INSTALL

python setup.py install

USAGE

Use easypg2.connect() instead of psycopg2.connect(), and that's it. This method
manages connections on behalf of the client program and allows only one connection
to a database per thread.

DEPENDENCIES

psycopg2

About

Just another easy way to work with psycopg2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages