diff options
author | adam <adam@pkgsrc.org> | 2015-11-27 14:03:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-11-27 14:03:33 +0000 |
commit | 2462d560b9769699da055608b670cb5bc30e3c6b (patch) | |
tree | abe18209218cf82b99fc2f9321a4e97d7fe61ac5 /net | |
parent | fb5cb490a670f2c3de623f81645a6355751cb0a6 (diff) | |
download | pkgsrc-2462d560b9769699da055608b670cb5bc30e3c6b.tar.gz |
SpatiaLite is an open source library intended to extend the SQLite core to
support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple
and lightweight:
* a single lightweight library implementing the full SQL engine
* standard SQL implementation: almost complete SQL-92
* no complex client/server architecture
* a whole database simply corresponds to a single monolithic file (no size
limits)
* any DB-file can be safely exchanged across different platforms, because the
internal architecture is universally portable
* no installation, no configuration
SpatiaLite is smoothly integrated into SQLite to provide a complete and
powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite
you can effectively deploy an alternative open source Spatial DBMS roughly
equivalent to PostgreSQL + PostGIS.
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions