spatialite-sys 0.2.0

Low-level bindings to the SpatiaLite SQLite geospatial extension
Documentation
1
2
3
4
5
6
7
sign01
:memory:
SELECT sign(0.1); # the SQL to run
1 # rows
1 # column
sign(0.1) # this is the header row
1.0 # this is really the result