Skip to content

Rashaad1268/PostgreSQL-Python-ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Python ORM (pg_orm)


Tired by executing raw SQL?
Fear no more because pg_orm is here!


This package is not on pypi you have to download it from github

pip install git+https://github.com/Rashaad1268/PostgreSQL-Python-ORM.git#egg=pg_orm


Features:

  • Ability to interact with PostgreSQL databases using python OOP
  • Create tables, create/delete/get rows with ease
  • Asynchronous support

And much more!


Check out here for examples on synchronous and asynchronous usage