All Projects → go-gorm → Gorm

go-gorm / Gorm

Licence: mit
The fantastic ORM library for Golang, aims to be developer friendly

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Gorm

Borm
【🔥今日热门】🏎️ 更好的ORM库 (Better ORM library that is simple, fast and self-mockable for Go)
Stars: ✭ 102 (-99.61%)
Mutual labels:  orm, gorm
Go Queryset
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood.
Stars: ✭ 599 (-97.71%)
Mutual labels:  orm, gorm
gorm-hibernate5
GORM for Hibernate 5
Stars: ✭ 51 (-99.81%)
Mutual labels:  orm, gorm
Gormt
database to golang struct
Stars: ✭ 1,063 (-95.94%)
Mutual labels:  orm, gorm
Gosql
golang orm and sql builder
Stars: ✭ 141 (-99.46%)
Mutual labels:  orm, gorm
Grails Data Mapping
GORM - Groovy Object Mapping
Stars: ✭ 194 (-99.26%)
Mutual labels:  orm, gorm
Gorm Adapter
Gorm adapter for Casbin
Stars: ✭ 373 (-98.58%)
Mutual labels:  orm, gorm
Maghead
The fastest pure PHP database framework with a powerful static code generator, supports horizontal scale up, designed for PHP7
Stars: ✭ 483 (-98.16%)
Mutual labels:  orm
Gocqlx
All-In-One: CQL query builder, ORM and migration tool
Stars: ✭ 512 (-98.05%)
Mutual labels:  orm
Wp Eloquent
Eloquent ORM for WordPress
Stars: ✭ 478 (-98.18%)
Mutual labels:  orm
Dynogels
DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Stars: ✭ 471 (-98.2%)
Mutual labels:  orm
Rbatis
Rust ORM Framework High Performance Rust SQL-ORM(JSON based)
Stars: ✭ 482 (-98.16%)
Mutual labels:  orm
Kotlin Realm Extensions
Kotlin extensions to simplify Realm API.
Stars: ✭ 523 (-98%)
Mutual labels:  orm
Ubiquity
Ubiquity framework
Stars: ✭ 480 (-98.17%)
Mutual labels:  orm
Egg Sequelize
Sequelize for Egg.js
Stars: ✭ 540 (-97.94%)
Mutual labels:  orm
Openrecord
Make ORMs great again!
Stars: ✭ 474 (-98.19%)
Mutual labels:  orm
Felix
A Friendly SSH Jumper Bastion Fortress Server
Stars: ✭ 542 (-97.93%)
Mutual labels:  gorm
Searchlight
Searchlight helps you build searches from options via Ruby methods that you write.
Stars: ✭ 536 (-97.95%)
Mutual labels:  orm
Sagacity Sqltoy
基于java语言比mybatis更实用的orm框架,支持mysql、oracle、postgresql、sqlserver、db2、dm、mongodb、elasticsearch、tidb、guassdb、kingbase、oceanbase、greenplum
Stars: ✭ 496 (-98.11%)
Mutual labels:  orm
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (-98.1%)
Mutual labels:  orm

GORM

The fantastic ORM library for Golang, aims to be developer friendly.

go report card test status Join the chat at https://gitter.im/jinzhu/gorm Open Collective Backer Open Collective Sponsor MIT license Go.Dev reference

Overview

  • Full-Featured ORM
  • Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)
  • Hooks (Before/After Create/Save/Update/Delete/Find)
  • Eager loading with Preload, Joins
  • Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
  • Context, Prepared Statement Mode, DryRun Mode
  • Batch Insert, FindInBatches, Find To Map
  • SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr
  • Composite Primary Key
  • Auto Migrations
  • Logger
  • Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
  • Every feature comes with tests
  • Developer Friendly

Getting Started

Contributing

You can help to deliver a better GORM, check out things you can do

License

© Jinzhu, 2013~time.Now

Released under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].