Skip to content

Commit e229e4d

Browse files
committed
add bindings table
1 parent 2e40655 commit e229e4d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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) | [![Hex.pm](https://img.shields.io/hexpm/v/sqlite_http?color=purple&logo=elixir)](https://hex.pm/packages/sqlite_http) |
96+
| Go | `go get -u github.com/asg017/sqlite-http/bindings/go` | [![Go Reference](https://pkg.go.dev/badge/github.com/asg017/sqlite-http/bindings/go.svg)](https://pkg.go.dev/github.com/asg017/sqlite-http/bindings/go) |
97+
| Rust | `cargo add sqlite-http` | [![Crates.io](https://img.shields.io/crates/v/sqlite-http?logo=rust)](https://crates.io/crates/sqlite-http) |
98+
-->
99+
85100
The [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

0 commit comments

Comments
 (0)