←back to thread

75 points markusw | 1 comments | | HN request time: 0.208s | source
1. tptacek ◴[] No.45335296[source]
You'd still be incurring client/server IPC for individual database queries, which would cost you one of the benefits of using SQLite (IDGAF-queries that just hammer tables repeatedly because there's almost no cost to doing so).