a javascript document-oriented database base on redis.
JavaScript/TypeScript bindings for tauri-plugin-redb-cache
NervusDB Node 绑定:Rust Core 驱动的嵌入式三元组图数据库(单文件 redb)
Native Node.js bindings for RuVector Graph Database with hypergraph support, Cypher queries, and persistence - 10x faster than WASM
forever rethinkdb connection
TopGun server — prebuilt binary distribution. Zero Rust toolchain required.
Schema-first, reactive, local-first database for Electron desktop apps.
NuOS build-catalogue tooling: semantic search (WU 110) + migration runner that lifts markdown artefacts into JSON-backed workflow records (WU 111, Phase G).
npm init --scope=herznodes
Native Node.js bindings for RuVector Graph Database with hypergraph support, Cypher queries, and persistence - 10x faster than WASM
Transform every database into an object key value store (Rust port)
Unified `topgun` CLI — doctor, setup, dev, test, config, codegen, cluster, docker, debug.
Rust Embedded DataBase
Elicitation-enabled redb type wrappers — MCP tools for redb embedded key-value store code generation
A type-safe, multi-backend key-value storage library for Rust with support for native (Sled, Redb) and WASM (IndexedDB) environments.
Redb model derive macro and DTO type conversion
redb embedded storage backend for do-memory-core episodic learning system (cache layer)
redb backend for OxiStore — Pure Rust embedded key-value store
redb fork with AES-256-GCM page encryption and zstd compression
A Tauri plugin for HTTP and image caching using Redb with LRU memory cache and compression
Use-case agnostic utilities for redb, featuring sharded roaring bitmap tables
MerkleTree, embedded friendly implementation with redb backend.
Multi-modal embedded database - vectors, blobs, TTL, merge operators, and causal tracking built on ACID B-trees
Pure-Rust embedded Apache Iceberg catalog backed by redb. No SQL, no C deps, single-file ACID. Includes atomic multi-table release commits.
A CLI for safe and strongly typed resources
API wrapper for Redbooth.
Provides helper methods to call and dismiss a lightbox-style page overlay.
Fetches a URL you give it and recursively searches for all URLs it can find, building up a list of unique URLs on the same hostname.
A BitTorrent tracker.
CLI Access to 2018 NYC Redbull Soccer Team
lorem generator
A warmly task server
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.