https://github.com/asg017/sqlite-dist
https://github.com/asg017/sqlite-dist
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asg017/sqlite-dist
- Owner: asg017
- Created: 2024-03-23T21:44:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:25:17.000Z (3 months ago)
- Last Synced: 2025-03-14T16:52:47.240Z (about 2 months ago)
- Language: Rust
- Size: 280 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlite-dist
A CLI tool for packing and distributing pre-compiled SQLite extensions. Can be used to distribute SQLite extensions on:
- Github releases for general use
- [Pypi](https://pypi.org/) for Python developers (`pip install`)
- [npm](https://npmjs.com/) for JavaScript developers (`npm install`)
- [RubyGems](https://rubygems.org/) for Ruby developers (`gem install`)
- As a [Datasette plugin](https://datasette.io/plugins) (`datasette install`)
- As a [`sqlite-utils` plugin](https://sqlite-utils.datasette.io/) (`sqlite-utils install`)
- As a [sqlpkg](https://github.com/nalgeon/sqlpkg) package (`sqlpkg install`)Work-in-progress, not complete yet! Watch this repo for updates.