beedb

ORM library

A lightweight Go ORM that maps structs to database tables and supports various databases

beedb is a go ORM,support database/sql interface,pq/mysql/sqlite

GitHub

708 stars
64 watching
166 forks
Language: Go
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

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
encode/orm An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. 1,785
go-reform/reform An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. 1,442
go-rel/rel A modern ORM layer for Golang 772
fs02/grimoire A Go-based ORM that simplifies database interactions by providing a flexible query API and built-in validation. 164
05bit/peewee-async An asynchronous interface to the Peewee ORM for interacting with databases. 735
golobby/orm An object-relational mapper for the Go programming language. 160
stephenafamo/bob A toolset providing a query builder and ORM/Factory generator for databases using Go. 825
a8m/rql A resource query language for REST APIs 343
meltingice/node-activerecord An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. 58
juancarlospaco/nim-gatabase A compile-time ORM for Nim, providing a simplified DSL for working with databases. 120
alevy/postgresql-orm An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. 77
dotnetcore/freesql A .NET Core ORM component with support for multiple databases and data access patterns 4,133
mikependon/repodb An ORM library designed to simplify .NET data access by providing a balance between micro-ORM and full-ORM functionality. 1,725
jirfag/go-queryset A 100% type-safe ORM library with code generation for Go, supporting multiple databases. 726