grimoire

Database abstraction layer

A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation.

Database access layer for golang

GitHub

164 stars
6 watching
18 forks
Language: Go
last commit: almost 5 years ago
Linked from 2 awesome lists

changesetdatabasegolangmysqlormpostgressqlite3validation

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
eaigner/hoodAn ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation.711
fs02/grimoire-todo-exampleA Golang Todo API example using Grimoire and Chi as router1
go-rel/relA modern ORM layer for Golang772
go-reform/reformAn ORM that uses non-empty interfaces and code generation to simplify interactions with databases.1,442
stephenafamo/bobA toolset providing a query builder and ORM/Factory generator for databases using Go.825
abrahambotros/loreAn ORM environment that abstracts away some of the inconveniences of object-relational mapping and provides a thin layer for convenience.14
astaxie/beedbA lightweight Go ORM that maps structs to database tables and supports various databases708
jirfag/go-querysetA 100% type-safe ORM library with code generation for Go, supporting multiple databases.726
golobby/ormAn object-relational mapper for the Go programming language.160
didi/gendryA Go library for building and parameterizing SQL queries in a flexible and reusable way.1,622
xujiajun/godbalA Go library for building and executing SQL queries with a focus on simplicity and ease of use.59
galeone/igorAn abstraction layer for PostgreSQL that provides a GORM-like syntax for CRUD operations and supports prepared statements, transactions, and JSON types.125
surrealdb/surrealdb.goA Go library providing an interface to SurrealDB, allowing users to connect to and manipulate data in a real-time database250
jinzhu/gormAn ORM library for Go that enables interactive and declarative database interactions using a high-level API.643
cvilsmeier/sqinn-goA Go library for accessing SQLite databases without using cgo.434