Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libsql-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ cargo xtask test

The following client libraries enable your app to query `sqld` programmatically:

* [TypeScript and JavaScript](https://github.com/libsql/libsql-client-ts)
* [TypeScript and JavaScript](https://github.com/tursodatabase/libsql-client-ts)
* [Rust](https://github.com/libsql/libsql-client-rs)
* [Go](https://github.com/libsql/libsql-client-go)
* [Python](https://github.com/libsql/libsql-client-py)
* [Go](https://github.com/tursodatabase/libsql-client-go)
* [Python](https://github.com/tursodatabase/libsql-python)

## SQLite extensions support

Expand Down
Loading