leveldb
Key-value store library
A Crystal binding for LevelDB, providing an interface to the fast key-value storage library.
Crystal binding for LevelDB
39 stars
7 watching
5 forks
Language: Crystal
last commit: almost 5 years ago
Linked from 1 awesome list
crystalleveldb
Related projects:
Repository | Description | Stars |
---|---|---|
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
crystal-lang/crystal-db | A common API for interacting with various databases from a Crystal application | 304 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |
skade/leveldb | Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
crystal-lang/crystal_lib | Automatically generates bindings for native libraries in Crystal programming language | 138 |
crystal-lang/crystal-sqlite3 | Bindings for interacting with an SQLite3 database using Crystal programming language | 140 |
graphql-crystal/graphql | A GraphQL server library built around the Crystal programming language | 135 |
crystal-lang/crystal-mysql | A Crystal language library implementing the MySQL driver to provide direct access to MySQL databases. | 106 |
crystal-community/crystal-patterns | A collection of design patterns implemented in Crystal language. | 297 |
crystal-data/num.cr | A scientific computing library providing efficient data structures and numerical operations | 151 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
crystal-community/jwt | An implementation of JSON Web Token authentication in Crystal programming language | 206 |
crystal-community/toml.cr | A Crystal implementation of the TOML data serialization format | 60 |
crystal-loot/selenium.cr | A Selenium client library for Crystal programming language | 26 |
dain/leveldb | Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,537 |