pkgsrc/databases/py-peewee/MESSAGE
fhajny 673591bb56 Import peewee as databases/py-peewee.
Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
Supports SQLite, MySQL and PostgreSQL.
2014-10-17 10:24:04 +00:00

11 lines
563 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2014/10/17 10:24:04 fhajny Exp $
The ${PKGNAME} package doesn't have any fixed dependencies. In order to use
it, install either of the relevant backend packages as needed:
- ${PYPKGPREFIX}-mysqldb for MySQL support (databases/py-mysqldb)
- ${PYPKGPREFIX}-psycopg2 for PostgreSQL support (databases/py-psycopg2)
- ${PYPKGPREFIX}-sqlite3 for SQLite3 support (databases/py-sqlite3)
===========================================================================