You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
*[KiteSQL](https://github.com/KipData/KiteSQL) - SQL as a Function for Rust
250
250
*[lancedb](https://github.com/lancedb/lancedb)[[vectordb](https://crates.io/crates/vectordb)] - A serverless, low-latency vector database for AI applications
251
-
*[Limbo](https://github.com/tursodatabase/limbo) - Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
252
251
*[Lucid](https://github.com/lucid-kv/lucid) - High performance and distributed KV store accessible through a HTTP API.[](https://github.com/lucid-kv/lucid/actions?workflow=Lucid)
253
252
*[Materialize](https://github.com/MaterializeInc/materialize) - Streaming SQL database powered by Timely Dataflow:heavy_dollar_sign:
@@ -270,6 +269,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
270
269
*[tikv](https://github.com/tikv/tikv) - A distributed KV database in Rust[](https://ci.pingcap.net/job/tikv_ghpr_test/)
271
270
*[Tonbo](https://github.com/tonbo-io/tonbo) - Tonbo is an embedded persistent database built on Apache Arrow & Parquet[](https://crates.io/crates/tonbo)
272
271
*[TrailBase](https://github.com/trailbaseio/trailbase) - A fast, lightweight, single-file FireBase alternative with type-safe APIs, built-in V8 JS/ES6/TS engine, auth and admin dashboard[](https://github.com/trailbaseio/trailbase/actions?workflow=test)
272
+
*[Turso](https://github.com/tursodatabase/turso) - Turso Database is an in-process SQL database, compatible with SQLite.
273
273
*[USearch](https://github.com/unum-cloud/usearch) - Similarity Search Engine for Vectors and Strings[](https://crates.io/crates/usearch)
274
274
*[valentinus](https://github.com/kn0sys/valentinus) - Next generation vector database built with LMDB bindings[](https://crates.io/crates/valentinus)
275
275
*[vorot93/libmdbx-rs](https://github.com/vorot93/libmdbx-rs)[[mdbx-sys](https://crates.io/crates/mdbx-sys)] - Bindings for MDBX, a "fast, compact, powerful, embedded, transactional key-value database, with permissive license". This is a fork of mozilla/lmdb-rs with patches to make it work with libmdbx.
@@ -2038,7 +2038,6 @@ A registry allows you to publish your Rust libraries as crate packages, to share
2038
2038
*[Aquascope](https://github.com/cognitive-engineering-lab/aquascope) - Interactive visualizations of Rust at compile-time and run-time
2039
2039
*[Awesome Rust Streaming](https://github.com/jamesmunns/awesome-rust-streaming) - A community curated list of livestreams.
2040
2040
*[awesome-rust-mentors](https://rustbeginners.github.io/awesome-rust-mentors/) - A list of helpful mentors willing to take mentees and educate them about Rust and programming.
2041
-
*[Build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-00/) - a series of posts to detailing how to build a language VM.
2042
2041
*[CIS 198: Rust Programming](http://cis198-2016s.github.io/schedule/) - University of Pennsylvania's Comp Sci Rust Programming Course
2043
2042
*[CodeCrafters.io](https://app.codecrafters.io/tracks/rust) - Build your own Redis, Git, Docker, or SQLite
2044
2043
*[Comprehensive Rust 🦀](https://google.github.io/comprehensive-rust/) - A 3-day course on Rust Fundamentals plus 1-day courses on Android, Bare-metal Rust, and Concurrency. Available in English,[Brazilian Portuguese](https://google.github.io/comprehensive-rust/pt-BR/), and[Korean](https://google.github.io/comprehensive-rust/ko/).