lore
ORM environment
An ORM environment that abstracts away some of the inconveniences of object-relational mapping and provides a thin layer for convenience.
Light Object-Relational Environment (LORE) provides a simple and lightweight pseudo-ORM/pseudo-struct-mapping environment for Go
14 stars
2 watching
3 forks
Language: Go
last commit: about 7 years ago
Linked from 2 awesome lists
databasedbgogolanglightormsql
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 |
fs02/grimoire | A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. | 164 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,444 |
go-rel/rel | A modern ORM layer for Golang | 770 |
ivanceras/rustorm | An object-relational mapping system for Rust that simplifies interaction with databases. | 250 |
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |
alevy/postgresql-orm | An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. | 78 |
erlyorm/boss_db | An ORM framework that provides a high-level interface for interacting with various databases, including sharding, caching, and eventing capabilities. | 277 |
chrismccord/atlas | An object-relational mapper for Elixir, providing a repository pattern-based interface to interact with databases. | 214 |
go-bongo/bongo | An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. | 486 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |
meltingice/node-activerecord | An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. | 58 |
araq/ormin | A library that provides an object-relational mapping system to interact with databases using a high-level interface. | 153 |
mirage/orm | Automatically generates functions to persist and query data using an object-relational mapping backend. | 60 |