mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
SQLSoup provides a convenient way to map Python objects to relational database
|
|
tables, with no declarative code of any kind. It's built on top of the
|
|
SQLAlchemy ORM and provides a super-minimalistic interface to an existing
|
|
database.
|