Merge 'doc: fix intra-repo links for contribution guide and license, and expand binding links' from bit-aloo

Small README cleanup:
1. Updated the contribution guide and license link to point to the local
CONTRIBUTING.md and LICENSE.md file instead of GitHub’s default page.
2. Linked each language in the bindings list to its respective
subdirectory for easier navigation.

Closes #2190
This commit is contained in:
Jussi Saurio
2025-07-20 23:52:45 +03:00

View File

@@ -33,7 +33,7 @@
Turso Database is a _work-in-progress_, in-process OLTP database engine library written in Rust that has:
* **SQLite compatibility** [[doc](COMPAT.md)] for SQL dialect, file formats, and the C API
* **Language bindings** for JavaScript/WebAssembly, Rust, Go, Python, and [Java](bindings/java)
* **Language bindings** for [JavaScript](bindings/javascript), [WebAssembly](bindings/wasm), [Rust](bindings/rust), [Go](bindings/go), [Python](bindings/python), and [Java](bindings/java)
* **Asynchronous I/O** support on Linux with `io_uring`
* **OS support** for Linux, macOS, and Windows
@@ -280,8 +280,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Turso Database by you, shall be licensed as MIT, without any additional
terms or conditions.
[contribution guide]: https://github.com/tursodatabase/turso/blob/main/CONTRIBUTING.md
[MIT license]: https://github.com/tursodatabase/turso/blob/main/LICENSE.md
[contribution guide]: CONTRIBUTING.md
[MIT license]: LICENSE.md
## Partners