slackbuilds_ponce/libraries/virtualpg/README
Konrad J Hambrick 2bfe4edd9c libraries/virtualpg: Added (extension to SQLite and SaptiaLite).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-20 08:58:38 +07:00

16 lines
612 B
Text

VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite.
Its intended scope is supporting direct SQL access to PostgreSQL and
PostGIS own tables, so to make any possible kind of data exchange
between these two popular open source Spatial DBMSes as straightforward
and simple as possible.
Note: VirtualPG can access PostGIS Table which means that postgis is
an OPTIONAL REQUIRE.
VirtualPG is licensed under the MPL tri-license terms; you are free to
choose the best-fit license among:
the MPL 1.1
the GPL v2.0 or any subsequent version
the LGPL v2.1 or any subsequent version