TL;DR?

PRAGMA journal_mode = WAL;
PRAGMA busy_timeout = 5000;
PRAGMA synchronous = NORMAL;
PRAGMA cache_size = 1000000000;
PRAGMA foreign_keys = true;
PRAGMA temp_store = memory ;

You are viewing a single thread.
View all comments
2 points

I tend to use DuckDB now instead of SQLite for my applications. Though it would be nice if it had better concurrency support.

permalink
report
reply
3 points

Thank for your comment. I had heard of DuckDB but never checked it out. “why you would i need that I use postgres”… But I just found the WASM implementation and I have been looking for something like this for years. Thank you!

permalink
report
parent
reply

SQL

!sql@programming.dev

Create post

Related Fediverse communities:

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

Community stats

  • 2

    Monthly active users

  • 24

    Posts

  • 71

    Comments