1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/databases/virtualpg/pkg-descr
Loïc Bartoletti 82ccf1292f databases/virtualpg: Update to 2.0.0
- Add pkg-plist
- Update description

Short summary of differences between earlier versions and v2:

 - Now VirtualPG is available as both a standard C/C++ library (libvirtualpg) and a dynamic extension module to SQLite (mod_virtualpg).
 - Now the user can freely choose his/her preferred format for DATE / TIME / TIMESTAMP values.
 - Transactions (BEGIN / COMMIT / ROLLBACK) are now fully honoured also on the PostgreSQL side.
 - Write operations (INSER / UPDATE / DELETE) are now allowed only if the PostgreSQL user has the corresponding GRANT permissions.
 - Write operations can be enabled only for PostgreSQL Tables explicitly declaring a PRIMARY KEY.
2020-09-11 16:09:59 +00:00

9 lines
343 B
Plaintext

VirtualPG 2 is available both as a classic C/C++ library and as a loadable
dynamic extension module for both SQLite and SpatiaLite.
The intended scope of VirtualPG is supporting direct data exchange form/to
PostgreSQL / PostGIS targets and SQLite simply using basic,
plain SQL statements.
WWW: https://www.gaia-gis.it/fossil/virtualpg/index