๐ gm_maxminddb_geoip This module reads, queries and serializes to Lua tables data from the MaxMindDB GeoIP database. In other words, IP address goes
GlueSQL is a SQL database library written in Rust. It provides a parser (sqlparser-rs), execution layer, and optional storage (sled) packaged into a single library. Developers can choose to use GlueSQL to build their own SQL datab
Skytable is an effort to provide the best of key/value stores, document stores and columnar databases, that is, simplicity, flexibility and queryability at scale
Project name is a Rust-SQLite, someone suggested SQLRite because is being developed in Rust and I like it, anyway the goal is write a database modeled off SQLite, in Rust.
GraphScope is a unified distributed graph computing platform that provides a one-stop environment for performing diverse graph operations on a cluster of computers through a user-friendly Python interface.
Distributed SQL database in Rust, written as a learning project. Most components are built from scratch, including:Raft-based distributed consensus engine for linearizable state machine replication.
TinyDB or tinydb is a small-footprint, superfast database designed to be used in-memory and easily dumped/retrieved from a file when it's time to save. โจ
A safe, extensible ORM and Query Builder for Rust API Documentation: latest release โ master branch Homepage Diesel gets rid of the boilerplate for da