1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/databases/py-pglite/pkg-descr
Yuri Victorovich 48f90e4fbe New port: databases/py-pglite: Light PostgreSQL: use PostgreSQL as an SQLite database
PR:		221731
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13872
2018-01-15 22:25:53 +00:00

9 lines
307 B
Plaintext

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