Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 271 Bytes

pgdriver[WIP]

a driver to connect and use PostgreSQL

TODO

  • Add an interface to connect with various options
  • basic functions to return data in json object like findone and find
  • Query creator and processor
  • insertOne and insertMany functions
  • update and upsert