Description
Maps Python objects to database tables with a compact ORM API. It helps applications define models, run queries, and work with relational data without writing every SQL statement by hand.
Use it with care around migrations, transactions, and user-supplied data. The safety and performance of database access depend on how the application defines models and queries.