Prakash Mishra (prakashmishra1598)

Info

Nothing here yet.

Projects

    This project is a simple python library that helps writing to postgresql databases easier by using python dictionaries for database operations instead of lengthy and complex queries.
    You can find the project at : https://github.com/ingloriousb/pg_python

    To try out the project, install it from Pypi using pip: pip install pg_python

    I started working on the project recently in December 2017 and worked mostly on making the library compatible with both Python2 and Python3 code which still needs work. We are also looking to add new features to make the library more feature rich.