goleveldb
Database library
An implementation of a key-value database in the Go programming language
LevelDB key/value database in Go.
6k stars
181 watching
968 forks
Language: Go
last commit: 6 months ago
Linked from 4 awesome lists
databasegoleveldb
Related projects:
Repository | Description | Stars |
---|---|---|
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
mysql-d/mysql-native | A native D client driver for MySQL and MariaDB database management | 80 |
openbeer/schema.sql | Defines data schema and relationships for beer-related data storage | 9 |
go-ozzo/ozzo-dbx | A Go package enhancing standard sql database functionality with powerful query building capabilities and DB-agnostic support for various databases. | 638 |
minus5/gofreetds | A Go driver for interacting with Microsoft SQL Server databases | 113 |
data-dog/go-txdb | A single transaction-based SQL driver package that provides an isolated testing environment for databases. | 665 |
rethinkdb/rethinkdb-go | A Go driver for interacting with the RethinkDB database service | 1,651 |
simukti/sqldb-logger | A logger for Go SQL databases without modifying the existing standard library usage. | 363 |
objectbox/objectbox-go | A high-performance Go database that provides fast and resource-efficient data persistence with built-in relations and schema migrations. | 1,107 |
dnsdb/dnsdbq | Accesses passive DNS database systems using an API key | 94 |
godbus/dbus | Native Go bindings for D-Bus message bus system | 987 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,621 |
marcboeker/go-duckdb | A Go driver that connects to the DuckDB in-memory database engine | 725 |
mattn/go-adodb | A Microsoft ActiveX Object DataBase driver for Go that uses the sql interface. | 142 |
mysql/mysql-operator | Manages MySQL InnoDB Cluster setups in Kubernetes | 773 |