We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some sensible defaults here: https://gcollazo.com/optimal-sqlite-settings-for-django/
# define pragmas manually Extralite.default_pragmas = { ... } # one possibility for letting extralite manage it Extralite.modern_settings! # another, somewhat better possibility: require 'extralite/sensible_default_pragmas'
The text was updated successfully, but these errors were encountered:
Minus the temp_store setting, these are exactly the defaults that @oldmoe and I recommend and are now default in Rails:
temp_store
https://fractaledmind.github.io/2023/09/07/enhancing-rails-sqlite-fine-tuning/ rails/rails#49349
Sorry, something went wrong.
No branches or pull requests
Some sensible defaults here: https://gcollazo.com/optimal-sqlite-settings-for-django/
The text was updated successfully, but these errors were encountered: