StringDB
Database library
A lightweight, modular key-value pair store designed to consume minimal resources and produce compact databases
StringDB is a modular, key/value pair archival DB designed to consume tiny amounts of ram & produce tiny databases.
70 stars
8 watching
12 forks
Language: C#
last commit: over 1 year ago
Linked from 4 awesome lists
databaseeasy-to-uselightweightsmallstringdb
Related projects:
Repository | Description | Stars |
---|---|---|
skade/leveldb | Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
torodb/torodb | Provides technology and tools to bridge the gap between document-oriented and SQL databases. | 12 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
fern4lvarez/piladb | A lightweight, RESTful database engine based on stack data structures | 206 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
raven-ie/nldatabase | A lightweight C++ wrapper for the SQLite database engine | 0 |
lucaong/cubdb | An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 566 |
susom/database | A wrapper around JDBC to simplify and secure relational database access | 42 |
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
bryanduxbury/lightweight_trie | A compact data structure for efficiently storing and retrieving strings | 47 |
clidey/whodb | A tool for managing and exploring databases through natural language interfaces | 1,862 |
snaga/monetdb | A high-performance database system with a query-intensive kernel and an SQL frontend. | 7 |
siodb/siodb | A simple, encrypted, and scalable SQL database engine with built-in REST API and automatic data management | 45 |
unum-cloud/ustore | An in-memory NoSQL database system with ACID guarantees, supporting multi-modal data storage and interaction with various programming languages. | 549 |
priitj/whitedb | A lightweight in-memory database system that stores data as N-tuples with arbitrary types and provides seamless integration with the Gandalf rule engine. | 608 |