|
|
|
|
|
by lazyant
1040 days ago
|
|
(I guess I can test or ask in the rqlite Slack etc) Can I try to use a UNIX socket to TCP socket so I can use rqlite as a drop-in sqlite replacement (where a client expects a file)? for ex: socat TCP-LISTEN:4000,reuseaddr,fork UNIX-CLIENT:/path/to/sqlite |
|
https://rqlite.io/docs/faq/#is-it-a-drop-in-replacement-for-...