pg13 – sql orm with built-in mocking

To get started with pg13, check out the examples on our github page (https://github.com/abe-winter/pg13-py).

pg13 is still alpha software, and these docs are pretty incomplete. A good starting point is pg13.pg module, where you should read about:

  • the Row class (your models should inherit from it)
  • how to construct a PgPool that connects to your database

Contents:

Indices and tables