Hacker News new | ask | show | jobs
by BaculumMeumEst 730 days ago
Is there documentation on how to configure SQLite in the manner you’re describing?
1 comments

From the performance angle, there's one quoted down thread at https://news.ycombinator.com/item?id=40656043

From the webapp angle check out, for example, pocketbase.io which is an open source Go supabase style backend which wraps sqlite. They have benchmarks etc available.