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

GitHub

14 stars
2 watching
3 forks
Language: Go
last commit: almost 9 years ago
Linked from 2 awesome lists

databasedbgogolanglightormsql

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
golobby/ormAn object-relational mapper for the Go programming language.160
fs02/grimoireA Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation.164
go-reform/reformAn ORM that uses non-empty interfaces and code generation to simplify interactions with databases.1,442
go-rel/relA modern ORM layer for Golang772
ivanceras/rustormAn object-relational mapping system for Rust that simplifies interaction with databases.250
eudoxia0/craneA database abstraction layer for Common Lisp, providing an object-relational mapping interface.201
alevy/postgresql-ormAn Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases.77
erlyorm/boss_dbAn ORM framework that provides a high-level interface for interacting with various databases, including sharding, caching, and eventing capabilities.276
chrismccord/atlasAn object-relational mapper for Elixir, providing a repository pattern-based interface to interact with databases.214
go-bongo/bongoAn Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation.486
astaxie/beedbA lightweight Go ORM that maps structs to database tables and supports various databases708
meltingice/node-activerecordAn Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems.58
araq/orminA library that provides an object-relational mapping system to interact with databases using a high-level interface.153
mirage/ormAutomatically generates functions to persist and query data using an object-relational mapping backend.60