1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/py-queries/pkg-descr
Grzegorz Blach 8e70b66de8 Add new port: databases/py-queries
Queries is a BSD licensed opinionated wrapper of the psycopg2 library
for interacting with PostgreSQL.
2015-12-17 16:35:30 +00:00

11 lines
485 B
Plaintext

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://queries.readthedocs.org/en/latest/