Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / py-pg8000 / pkg-descr
1 pg8000 is a Pure-Python interface to the PostgreSQL database
2 engine. It is one of many PostgreSQL interfaces for the Python
3 programming language. pg8000 is somewhat distinctive in that
4 it is written entirely in Python and does not rely on any
5 external libraries (such as a compiled python module, or
6 PostgreSQL's libpq library). pg8000 supports the standard
7 Python DB-API version 2.0.
8
9 WWW: https://github.com/tlocke/pg8000