Gorm

The fantastic ORM library for Golang, aims to be developer friendly
Alternatives To Gorm
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gorm32,6033,3456 hours ago257September 22, 2022215mitGo
The fantastic ORM library for Golang, aims to be developer friendly
Mikro Orm6,0878610 hours ago1,395September 25, 202278mitTypeScript
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Sequelize Docs Zh Cn2,891
6 months ago26gpl-2.0
Sequelize 文档的中文版本: v7.1.0 | v6.16.0
Kiss Orm458
3 months ago13January 03, 2021mitTypeScript
An extremely simple and explicit ORM for TypeScript
Sequelizer316
3 months ago6otherJavaScript
A GUI Desktop App for export sequelize models from database automatically.
Crud300
12 years ago25November 29, 20211mitGo
Relational database library for SQL databases & Go.
Rdb291312 days ago178November 17, 20224iscJavaScript
Javascript ORM
Gosql2887a month ago37June 29, 202212mitGo
🐥The very simple ORM library for Golang
Sails Mysql Transactions58212 years ago33September 26, 201975apache-2.0JavaScript
sails/waterline ORM with mySQL transaction support
Onela57
24 years ago43April 28, 2019gpl-2.0JavaScript
Onela is an open source object relational mapping framework based on node.js(Onela是一个基于node.js的开源对象关系映射框架)
Alternatives To Gorm
Select To Compare


Alternative Project Comparisons
Readme

GORM

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

go report card test status 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

Contributors

Thank you for contributing to the GORM framework!

License

© Jinzhu, 2013~time.Now

Released under the MIT License

Popular Orm Projects
Popular Transaction Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Golang
Transaction
Orm
Gorm
Sql Builder