Is there a way that multiple users can use the SQLite / SpatiaLite database simultaneously?
Thank you for your feedback.
Yes, it can, but with some limitations. Spatialite is based on SQLite. The permissions are handled by whatever permissions are applied to the actual file, so a given user (or all users) will have to have appropriate access the file. As for concurrency, read is concurrent, write is serial: |
|||
|
From what I know spatialite is a powerful client side geodatabase, but does not handle multiple logins, permissions and multiple users. There is an interesting discussion here |
||||
|