←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 #
tejinderss ◴[] No.45781956[source]
Do you know any good default PRAGMAs that one should enable?
replies(3): >>45782017 #>>45782031 #>>45782813 #
1. e2le ◴[] No.45782813[source]
Although not what you asked for, the SQLite authors maintain a list of recommended compilation options that should be used where applicable.

https://sqlite.org/compile.html#recommended_compile_time_opt...