SQLAlchemy

Libraries

The data-access layer everywhere, async, with no hand-assembled SQL strings.

A Python toolkit that maps objects to relational tables and, separately, provides a query builder that stays close to SQL. The two layers can be used independently.

How we use it

The persistence layer of every service, used asynchronously throughout. Where a query is the interesting part we drop to SQL instead of bending the mapper around it.

2.x async

Version

16

systems