From 3f120f261142123d25bb9f3c0824b1cc99dcce9a Mon Sep 17 00:00:00 2001 From: x-at-01 Date: Wed, 2 Sep 2026 18:13:00 +0800 Subject: [PATCH] Add Rust section with wedb_embed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d13add..a9db6f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -awesome - db [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +awesome - db [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ========= A curated list of amazingly awesome database libraries, resources and shiny things by [Numetric Technologies](https://www.numetriclabz.com/) @@ -70,7 +70,8 @@ A curated list of amazingly awesome database libraries, resources and shiny thin * [couchdb](https://github.com/apache/couchdb) - Apache CouchDB™ is a database that uses JSON for documents,JavaScript for MapReduce indexes, and regular HTTP for its API [website] (http://couchdb.apache.org/) * [mongodb](https://github.com/mongodb/mongo) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data types. Embedded documents and arrays reduce need for joins. Dynamic schema makes polymorphism easier. [website] (https://www.mongodb.org/) - +## Rust +* [wedb_embed](https://github.com/webc-site/wedb_embed) - An embedded disk-backed database engine providing Redis-compatible data structures in Rust. ## Scala * [BlinkDB](https://github.com/sameeragarwal/blinkdb) - BlinkDB: Sub-Second Approximate Queries on Very Large Data [website] (http://blinkdb.cs.berkeley.edu/)