Skip to content
/ pystgres Public

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

Notifications You must be signed in to change notification settings

orez-/pystgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages