Hi,

I've reread [1] about the "server mode" of SQLite,
but noticed that a) it's not been touched in almost a year [2],
and b) it's not mentioned in https://www.sqlite.org/serverless.html

It's also limited to same-process clients and synchronous=off,
making it "not safe" for production use I guess.

May I ask about the status of that branch? Is it abandoned?
Are there plans to officially support it one day? Across-processes?
With durability, to avoid corrupting the database?

Just wondering. Thanks, --DD

[1]
https://sqlite.org/src/raw/README-server-edition.html?name=0c6bc6f55191b6900595fe37470bbe5772953ab5c64dae967d07a5d58a0c3508

[2] https://www.sqlite.org/src/timeline?r=server-process-edition
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to