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
- Host: GitHub
- URL: https://github.com/changenode/sqlite-session
- Owner: ChangeNode
- License: apache-2.0
- Created: 2022-03-27T15:58:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T01:32:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T07:26:01.454Z (about 1 year ago)
- Language: Batchfile
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.