freebsd-ports/databases/py-queries/pkg-descr
Sunpoet Po-Chuan Hsieh e16aff7338 Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
2019-07-21 20:47:29 +00:00

10 lines
473 B
Text

Queries is a BSD licensed opinionated wrapper of the psycopg2 library for
interacting with PostgreSQL.
The popular psycopg2 package is a full-featured python client. Unfortunately as
a developer, you're often repeating the same steps to get started with your
applications that use it. Queries aims to reduce the complexity of psycopg2
while adding additional features to make writing PostgreSQL client applications
both fast and easy.
WWW: https://github.com/gmr/queries