blob: 7922140ff4e22ebd97d2c1637255ff2cdd7f33d7 (
plain) (
tree)
|
|
This a Python module allowing to use a PostgreSQL instance "as if" it was a
simple SQLite database: no admin privileges, no configuration needed.
It manages a "local" PostgreSQL cluster in user's home (~/.pglite)
By default it opens a TCP port 55432 on localhost.
WWW: https://github.com/Oslandia/pglite
|