python-peewee
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.
- Versions: 3.18.2
- Website: https://github.com/coleifer/peewee/
- Licenses: Expat
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-peewee as follows:
guix install python-peewee
Or install a particular version:
guix install python-peewee@3.18.2
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.
Badge code
You can use the following badge to inform users of python-peewee about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-peewee'><img src='https://packages.guix.gnu.org/packages/python-peewee/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-peewee)
Example Org:
[[https://packages.guix.gnu.org/packages/python-peewee][https://packages.guix.gnu.org/packages/python-peewee/badges/latest-version.svg]]