←back to thread

353 points HunOL | 1 comments | | HN request time: 0s | 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. kbolino ◴[] No.45782341[source]
SQLite is fairly fork-resistant due to much of its test suite being proprietary: https://www.sqlite.org/testing.html