-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
I have an extension I'm trying to load from https://github.com/nalgeon/sqlean. But, when I use either SELECT load_extension or Tools / Load Extension, I get a file not found error. Initially the error was "not authorized" so I had to go into Mac system settings / Privacy Security / Allow "math.dylib" to be opened.
But, I've given myself read write execute permissions to the file and I still can't get it to load in sqlite / DB Browser?
Anyone have any idea how to change permissions for an extension on MacOS so DB Browser can load it? Thanks!