gdbm for node.js
Geolocation server / service for looking up user locations
Safe wrapper for gdbm-sys bindings
gdbm (berkeley database) FFI bindings
binding of gdbm_compat(/usr/lib/libgdbm_compat.so) single file key-value database
Ruzor, a 1:1-compatible Rust port of the Pyzor UDP client and server
Ergonomic bindings for gdbm
(WIP) Interact with a GDB session through the GDB machine interface
Serde deserializer for the GDB Machine Interface (GDB/MI) output.
Ruby extension for GNU dbm.
Ruby standard library gdbm.
This library provides a gdbm library compatible with the MRI standard library, but using Ruby-FFI rather than a C extension. This allows gdbm to easily be used from alternative Ruby implementations, such as JRuby. It can also be used with MRI, if there is some kind of need for that.
GDBM subclass that takes objects as values
GDBM database files are not portable between different architectures. This gem reimplements the `gdbm_dump` and `gdbm_load` ASCII format in pure Ruby to allow for easy creation and reading of portable GDBM dump files.
A rack-based session store on sdbm/gdbm. you can use this gem in smaller projects.
Database based on GDBM and Marshal with complex queries, indexes, constraints relationships and calculated fields.
Localmemcache is a library for C and ruby that aims to provide an interface similar to memcached but for accessing local data instead of remote data. It's based on mmap()'ed shared memory for maximum speed. Since version 0.3.0 it supports persistence, also making it a fast alternative to GDBM and Berkeley DB.