←back to thread

353 points HunOL | 3 comments | | HN request time: 0.697s | source
Show context
mickeyp ◴[] No.45781619[source]
SQLite is a cracking database -- I love it -- that is let down by its awful defaults in service of 'backwards compatibility.'

You need a brace of PRAGMAs to get it to behave reasonably sanely if you do anything serious with it.

replies(2): >>45781956 #>>45781998 #
mkoubaa ◴[] No.45781998[source]
Seems like it's asking to be forked
replies(3): >>45782143 #>>45782341 #>>45783433 #
1. justin66 ◴[] No.45782143[source]
It has been forked at least once:

https://docs.turso.tech/libsql

replies(1): >>45790067 #
2. fulafel ◴[] No.45790067[source]
How are the defaults there?
replies(1): >>45792348 #
3. justin66 ◴[] No.45792348[source]
The default is, don't use it.