publish: true
aliases:
- extensions in SQLiteSQLite has few functions compared to other database management systems. SQLite authors see this as a feature rather than a problem, because SQLite has an extension mechanism in place.
Note for macOS users. macOS may disable unsigned binaries and prevent the extension from loading. To resolve this issue, remove the extension from quarantine by running the following command in Terminal (replace /path/to/folder with an actual path to the folder containing the extension):
xattr -d com.apple.quarantine /path/to/folder/stats.dylib
Also note that the "stock" SQLite CLI on macOS does not support extensions. Use the custom build.