# Enables the SQL console
squill.enable_gui (Enable /squill GUI) bool false

# Improves performance at the cost of extra memory usage.
# The behaviour of this setting may change in the future.
squill.aggressive_caching (Aggressive caching) bool false

# Enables usage of the SQLite backend for mods that have opted into using it.
# Squill must be in secure.trusted_mods for this to work.
# You probably shouldn't enable this unless you are running a server or
# developing a mod.
squill.enable_sqlite_ffi_backend (Enable SQLite FFI backend) bool false
