aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-12-19 03:22:02 +0800
committerpav <pav@FreeBSD.org>2009-12-19 03:22:02 +0800
commitdbb3fd518db6d812cbc5aabf3ee4e364ef5a2032 (patch)
treefa3ac4bbe0b881f3bc55873b8f33531a679af70b /www
parent8bae0577184e42a281d2a0b980820bb6d59a4526 (diff)
downloadfreebsd-ports-gnome-dbb3fd518db6d812cbc5aabf3ee4e364ef5a2032.tar.gz
freebsd-ports-gnome-dbb3fd518db6d812cbc5aabf3ee4e364ef5a2032.tar.zst
freebsd-ports-gnome-dbb3fd518db6d812cbc5aabf3ee4e364ef5a2032.zip
Pure Python
All code, at first, is written in pure Python so that py-postgresql will work anywhere that you can install Python 3. Optimizations in C are made where needed, but are always optional. Prepared Statements Using the PG-API interface, protocol-level prepared statements may be created and used multiple times. db.prepare(sql)(*args) COPY Support Use the convenient COPY interface to directly copy data from one connection to another. No intermediate files or tricks are necessary. Arrays and Composite Typescw Arrays and composites are fully supported. Queries requesting them will returns objects that provide access to the elements within. "pg_python" Quick Console Get a Python console with a connection to PostgreSQL for quick tests and simple scripts. WWW: http://python.projects.postgresql.org/ PR: ports/137782 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions