Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 603 Bytes

pystgres

🐘 In-memory python implementation of a postgres server for use as a mock

This is currently in the personal-project state. The goals of this project are:

  • Have a drop-in replacement for common postgres operations, potentially for use as a mock to python tests
  • Have fun hacking on something
    • and learning more about postgres by poking at its edge cases

The goals of this project are not:

  • Performance
  • Most of ACID
  • Porting the actual postgres source code to python

Relies on my fork of psqlparse