objectbox-go
Go DB
A high-performance Go database that provides fast and resource-efficient data persistence with built-in relations and schema migrations.
Embedded Go Database, the fast alternative to SQLite, gorm, etc.
1k stars
20 watching
46 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
databaseedgeembeddedgogolangiotnosqloffline-firststorage
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,444 |
go-kivik/kivik | Provides a common interface to various NoSQL databases | 315 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
hashicorp/go-dbw | A lightweight package to encapsulate database operations in Go. | 14 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
chenmingyong0423/go-mongox | A Go library for interacting with MongoDB databases, providing streamlined document operations and generic binding of structs to collections. | 136 |
couchbase/go-couchbase | Provides a Go client for interacting with a Couchbase database | 321 |
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
surrealdb/surrealdb.go | A Go library providing an interface to SurrealDB, allowing users to connect to and manipulate data in a real-time database | 243 |
rethinkdb/rethinkdb-go | A Go driver for interacting with the RethinkDB database service | 1,651 |
philippgille/chromem-go | An in-memory vector database that enables retrieval augmented generation and other embeddings-based features without relying on external third-party dependencies. | 299 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |