A library for working with Postgres and SQLAlchemy


License
Other
Install
pip install chryso==2.1

Documentation

Chryso

Chryso is an outgrowth of our work with SQLAlchemy. SQLAlchemy is excellent, but we found that we kept building similar structures on top of it and wanted some way of sharing those structures between projects. Chryso will grow organically as we need it, but for now it has three major components:

  • Database connection/transaction management
  • Error parsing
  • Filter-to-query translation