python-peewee 3.18.2
Small object-relational mapping utility
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.
- Outputs:
out - Website: https://github.com/coleifer/peewee/
- Licenses: Expat
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-peewee 3.18.2 as follows:
guix install python-peewee@3.18.2
Or install the latest version:
guix install python-peewee
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.