Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
/ pgdbconn Public archive

Object-oriented layer over Psycopg2 to connect and interact with Postgres databases

License

Notifications You must be signed in to change notification settings

perseas/pgdbconn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgDbConn

PgDbConn is an offshoot from the Perseas project (started as Pyrseas) to isolate and generalize the Postgres database connection code so that it can be used in other Perseas products, such as a web application to update Postgres tables.

Features

  • Connect to a Postgres database with minimal information, creating a DbConnection object
  • Provide basic methods through the DbConnection object, e.g., fetch, execute, commit, rollback
  • (planned) Connect using a pool of connections, so that it can be used, for example, in a web application

Requirements

  • PostgreSQL 9.2 or higher
  • Python 2.7, or 3.4 or higher
  • Psycopg2 2.5 or higher

License

PgDbConn is free (libre) software and is distributed under the BSD license. Please see the LICENSE file for details.

About

Object-oriented layer over Psycopg2 to connect and interact with Postgres databases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published