You are not logged in.
Pages: 1
May be this is an out-of-touch question:
can mORMot work with Spatial Database, like PostgreSQL/PostGIS?
Offline
PostGIS is a Postgres extension, so the same protocol is used between DB and clients, and on SynDB level it works
Thank you, but at ORM level, what data type should I use for Geometry type? Blob?
Offline
mORMot can work with SQLite3 RTree extension. See the docs.
Offline
Also RTree are available at ORM level.
@ab
Thank you. I am looking at spatialite https://www.gaia-gis.it/fossil/libspatialite/index
Do you see any problem that using mORMot2 + spatialite (as SQLite extension)? Advice?
Offline
Pages: 1