Language

Package: python-peewee @ 3.14.0

Synopsis

Small object-relational mapping utility

Description

Peewee is a simple and small ORM (object-relation mapping) tool. Peewee handles converting between pythonic values and those used by databases, so you can use Python types in your code without having to worry. It has built-in support for sqlite, mysql and postgresql. If you already have a database, you can autogenerate peewee models using pwiz, a model generator.

Home page
https://github.com/coleifer/peewee/
Location
gnu/packages/databases.scm (line: 2503, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings