aboutsummaryrefslogblamecommitdiff
path: root/databases/py-pg8000/pkg-descr
blob: 97e2905eb32fc881ba747c5d087cc9c9b0b8aa02 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                              
                                                        


                                                         
                                       
pg8000 is a Pure-Python interface to the PostgreSQL database
engine. It is one of many PostgreSQL interfaces for the Python
programming language. pg8000 is somewhat distinctive in that
it is written entirely in Python and does not rely on any
external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard
Python DB-API version 2.0.

WWW: https://github.com/mfenniak/pg8000