File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,6 +82,21 @@ See [`docs.md`](./docs.md) for a full API reference.
8282
8383## Installing
8484
85+ | Language | Install | |
86+ | -------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
87+ | Python | ` pip install sqlite-http ` | [ ![ PyPI] ( https://img.shields.io/pypi/v/sqlite-http.svg?color=blue&logo=python&logoColor=white )] ( https://pypi.org/project/sqlite-http/ ) |
88+ | Datasette | ` datasette install datasette-sqlite-http ` | [ ![ Datasette] ( https://img.shields.io/pypi/v/datasette-sqlite-http.svg?color=B6B6D9&label=Datasette+plugin&logoColor=white&logo=python )] ( https://datasette.io/plugins/datasette-sqlite-http ) |
89+ | Node.js | ` npm install sqlite-http ` | [ ![ npm] ( https://img.shields.io/npm/v/sqlite-http.svg?color=green&logo=nodedotjs&logoColor=white )] ( https://www.npmjs.com/package/sqlite-http ) |
90+ | Deno | [ ` deno.land/x/sqlite_http ` ] ( https://deno.land/x/sqlite_http ) | [ ![ deno.land/x release] ( https://img.shields.io/github/v/release/asg017/sqlite-http?color=fef8d2&include_prereleases&label=deno.land%2Fx&logo=deno )] ( https://deno.land/x/sqlite_http ) |
91+ | Ruby | ` gem install sqlite-http ` | ![ Gem] ( https://img.shields.io/gem/v/sqlite-http?color=red&logo=rubygems&logoColor=white ) |
92+ | Github Release | | ![ GitHub tag (latest SemVer pre-release)] ( https://img.shields.io/github/v/tag/asg017/sqlite-http?color=lightgrey&include_prereleases&label=Github+release&logo=github ) |
93+
94+ <!--
95+ | Elixir | [`hex.pm/packages/sqlite_http`](https://hex.pm/packages/sqlite_http) | [](https://hex.pm/packages/sqlite_http) |
96+ | Go | `go get -u github.com/asg017/sqlite-http/bindings/go` | [](https://pkg.go.dev/github.com/asg017/sqlite-http/bindings/go) |
97+ | Rust | `cargo add sqlite-http` | [](https://crates.io/crates/sqlite-http) |
98+ -->
99+
85100The [ Releases page] ( https://github.com/asg017/sqlite-http/releases ) contains pre-built binaries for Linux amd64, MacOS amd64 (no arm), and Windows.
86101
87102### As a loadable extension
You can’t perform that action at this time.
0 commit comments