qbs

ORM library

An object-relational mapping library for Go that enables simplified data access and manipulation.

QBS stands for Query By Struct. A Go ORM.

GitHub

548 stars
46 watching
101 forks
Language: Go
last commit: over 7 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
go-reform/reform An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. 1,442
jinzhu/gorm An ORM library for Go that enables interactive and declarative database interactions using a high-level API. 643
jirfag/go-queryset A 100% type-safe ORM library with code generation for Go, supporting multiple databases. 726
stephenafamo/bob A toolset providing a query builder and ORM/Factory generator for databases using Go. 825
astaxie/beedb A lightweight Go ORM that maps structs to database tables and supports various databases 708
alevy/postgresql-orm An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. 77
tochemey/ego A Go library that enables event-sourcing and CQRS applications using protocol buffers and scalable persistence 38
andrewreitz/shillelagh An ORM (Object Relational Mapping) library for Android that simplifies the use of SQLite. 49
stuart-campbell/rushorm An object-relational mapping library for Android that abstracts away SQLite interaction 172
golobby/orm An object-relational mapper for the Go programming language. 160
go-rel/rel A modern ORM layer for Golang 772
krozark/cpp-orm A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases. 7
jameycribbs/hare A lightweight, text-file-based relational database system written in Go. 94
go-bongo/bongo An Object Data Model wrapper for MongoDB in Go, providing features like ODM and validation. 486