Skip to content

a simple lightweight Python module to perform the most common operations in PostgreSQL and PostgGIS, avoiding most of the SQL syntax

License

Notifications You must be signed in to change notification settings

joamona/pgOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the pgOperations Python module

It is a simple lightweight Python module to perform the most common operations in PostgreSQL and PostgGIS, avoiding most of the SQL syntax.

This module class methods allow insert, delete, update, select, create and delete tables and databases. Also, you will be able to know is a table exists, get the field names of a table, and manage counters for your applications.

The class methods use Python dictionaries to insert and update data. This library supposes all python dictionary keys match with the table field names.

This module requires Python 3 and Psycopg2.

Read the documentation to know how to use pgOperations. In the tutorial you will find how to install, and use the class methods. The reference contains the classes and methods description.

About

a simple lightweight Python module to perform the most common operations in PostgreSQL and PostgGIS, avoiding most of the SQL syntax

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages