virtualpg 2.0.1
Allow SQLite/SpatiaLite to access PostgreSQL/PostGIS tables
VirtualPG is a dynamic extension for the SQLite DBMS. It implements the VirtualPostgres driver, allowing to directly exchange data between SQLite and PostgreSQL; if SpatiaLite is available even PostGIS geometries can be exchanged form one Spatial DBMS and the other.
- Website: https://www.gaia-gis.it/fossil/virtualpg/index
- Licenses: GPL 2+ · LGPL 2.1+ · MPL 1.1
- Package source: gnu/packages/geo.scm
- Builds: See build status
- Issues: See known issues
Installation
Install virtualpg 2.0.1
as follows:
guix install virtualpg@2.0.1
Or install the latest version:
guix install virtualpg
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.