reform
Database ORM
An ORM that uses non-empty interfaces and code generation to simplify interactions with databases.
A better ORM for Go, based on non-empty interfaces and code generation.
1k stars
23 watching
73 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
gogolanghacktoberfestormsqlsql-orm
Related projects:
Repository | Description | Stars |
---|---|---|
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
golobby/orm | An object-relational mapper for the Go programming language. | 159 |
go-rel/rel | A modern ORM layer for Golang | 770 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
erlyorm/boss_db | An ORM framework that provides a high-level interface for interacting with various databases, including sharding, caching, and eventing capabilities. | 277 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
krozark/cpp-orm | A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases. | 7 |
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 |
abrahambotros/lore | An ORM environment that abstracts away some of the inconveniences of object-relational mapping and provides a thin layer for convenience. | 14 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 793 |
jschoedt/go-firestorm | An ORM framework for Google Cloud Firestore. | 52 |