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
164 stars
6 watching
18 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
changesetdatabasegolangmysqlormpostgressqlite3validation
Related projects:
Repository | Description | Stars |
---|---|---|
| An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
| A Golang Todo API example using Grimoire and Chi as router | 1 |
| A modern ORM layer for Golang | 772 |
| An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,442 |
| A toolset providing a query builder and ORM/Factory generator for databases using Go. | 825 |
| An ORM environment that abstracts away some of the inconveniences of object-relational mapping and provides a thin layer for convenience. | 14 |
| A lightweight Go ORM that maps structs to database tables and supports various databases | 708 |
| A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
| An object-relational mapper for the Go programming language. | 160 |
| A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,622 |
| A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
| An abstraction layer for PostgreSQL that provides a GORM-like syntax for CRUD operations and supports prepared statements, transactions, and JSON types. | 125 |
| A Go library providing an interface to SurrealDB, allowing users to connect to and manipulate data in a real-time database | 250 |
| An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 643 |
| A Go library for accessing SQLite databases without using cgo. | 434 |