[odb-users] SQLite Concurrency

Boris Kolpackov boris at codesynthesis.com
Thu Jan 26 10:16:10 EST 2017


Hi Simon,

Simon Riggs <simon at 2ndquadrant.com> writes:

> That's called "Postgres".

While I think PostgreSQL is great, in most cases you can't just
replace (an embedded) database like SQLite with (a client-server)
like Postgres.

For example, we use SQLite in bpkg[1], a C++ package manager we are
developing. Suggesting that users of bpkg install and administer the
PostgreSQL server would be absurd.

[1] https://build2.org

Boris



More information about the odb-users mailing list