An open API service indexing awesome lists of open source software.

https://github.com/changenode/sqlite-session

Generate builds with sqlite session turned on
https://github.com/changenode/sqlite-session

Last synced: about 2 months ago
JSON representation

Generate builds with sqlite session turned on

Awesome Lists containing this project

README

          

# sqlite-session

Build of [sqlite](https://sqlite.org/) with the [Session Extension](https://sqlite.org/sessionintro.html) 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.