Comment on Choose DuckDB rather than SQLiteComments−esafak1moHow about writing with sqlite and querying with duckdb-sqlite, using a replica or WAL, to avoid locks?
Comments
How about writing with sqlite and querying with duckdb-sqlite, using a replica or WAL, to avoid locks?