-
We use small SQLite databases on server that should be synchronized with clients. Is it it possible to implement support of SQLite on server side (maybe without some features) or it has some restrictions to do this? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Mimetis
Nov 2, 2021
Replies: 1 comment 1 reply
-
Hey @vkotov |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mimetis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @vkotov
No,
SQLite
is not meant to be a server side database.Even if you try it, the
SQLite
DMS
provider is missing some required features to be functional