|
|
|
|
|
by zimpenfish
695 days ago
|
|
Some builds of SQLite (e.g. the default macOS version) don't allow extension loading. Local policies may equally disallow extension loading. (I think it's definitely useful as an extension but I can appreciate there's situations where a core feature is easier.) |
|
I'm curious - do you find yourself constrained by the default macOS build often? Typically I `brew install sqlite` and use that CLI to get around extension loading issues (and for more modern SQLite versions). Same with Python's default MacOS build, which I avoid at all costs. Though very curious to hear more about times where that isn't a viable option