Replies: 3 comments
-
That may be possible once we have #29. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Indeed :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A library providing a subset of the libsqlite3.so API could be loaded with LD_PRELOAD and enable existing programs to use dqlite transparently, as long as they do not link sqlite statically and should include all scripting languages. It should also be useful with the sqlite3 utility, but it would need to be compiled differently for this to work.
The wrapper could also dynamically load the existing libsqlite3.so and forward calls to it for opening existing sqlite3 files. Connecting to a dqlite database could be done by opening a small stub file containing the cluster configuration or using dqlite: uri
Beta Was this translation helpful? Give feedback.
All reactions