Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 572 Bytes

sqlite-session

Build of sqlite with the Session Extension turned on.

GitHub Actions are used to generate the build. If you want to run the build locally, you can follow the steps of the GitHub Actions and/or just read the README for each build.

Only macOS and Windows x64 builds are included.

On macOS, downloading a dylib will set a flag marking as damaged/dangerous. This can be cleared with:

xattr -cr libsqlite3session.dylib

You can also use the xattr w/o the options to view any set attributes.