spatialite-sys 0.2.0

Low-level bindings to the SpatiaLite SQLite geospatial extension
Documentation
1
2
3
4
5
6
7
8
9
decimal precision - 10
:memory:
SELECT SetDecimalPrecision(10), GetDecimalPrecision();
1 # rows
2 # column
SetDecimalPrecision(10)
GetDecimalPrecision()
(NULL)
10