hood
Database ORM
An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation.
Database agnostic ORM for Go
710 stars
36 watching
52 forks
Language: Go
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,443 |
golobby/orm | An object-relational mapper for the Go programming language. | 160 |
go-rel/rel | A modern ORM layer for Golang | 771 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 708 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 642 |
erlyorm/boss_db | An ORM framework that provides a high-level interface for interacting with various databases, including sharding, caching, and eventing capabilities. | 277 |
abrahambotros/lore | An ORM environment that abstracts away some of the inconveniences of object-relational mapping and provides a thin layer for convenience. | 14 |
alevy/postgresql-orm | An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. | 77 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
go-gormigrate/gormigrate | A minimalistic migration helper for Gorm ORM to support proper schema versioning and migration rollback. | 1,051 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,783 |