hnqoliveira
hnqoliveira

Reputation: 113

Symmetricds support spatialite database?

How can I configure the symmetric db engine to replicate a SpatiaLite database ? If there are no way what's the steps to add a new platform to symmetric db?

Upvotes: 0

Views: 50

Answers (2)

Josh
Josh

Reputation: 377

Have tried using the SQL Lite dialect? It appears the SpatiaLite database is just an extension to SQL Lite for spatial data. SymmetricDS works with Oracle and Postgres spatial data out of the box. So treating it as a SQL Lite node may be sufficient. If there are additional libraries that need added you can put them in the lib folder of SymmetricDS and restart.

Upvotes: 0

Boris Pavlović
Boris Pavlović

Reputation: 64640

No, there’s no support

Fork the source code from developer’s repository, find a support, try to replicate it and after testing submit a patch back

Upvotes: 0

Related Questions