Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 23 Go Gorm Projects
-
-
gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台(支持TS,JS混用),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能。
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
go-admin
基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd 订阅版:https://antd.go-admin.pro (by go-admin-team)
-
-
-
Have you tried gorm with their generator code?
-
Project mention: Most recommended database migration tool? using golang for the record | reddit.com/r/golang | 2022-04-04
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
go-queryset
100% type-safe ORM for Go (Golang) with code generation and MySQL, PostgreSQL, Sqlite3, SQL Server support. GORM under the hood.
-
fiber-boilerplate
This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box
-
RTFM ``` import ( "gorm.io/driver/sqlite" // Sqlite driver based on GGO // "github.com/glebarez/sqlite" // Pure go SQLite driver, checkout https://github.com/glebarez/sqlite for details "gorm.io/gorm" )
-
microservices-go
Golang Microservice Boilerplate using MySQL, Docker and Swagger, API REST. Gin Go and GORM
Project mention: [code review request] Coming from Java world, want to make sure I'm not getting lost doing Golang | reddit.com/r/golang | 2022-12-07 -
-
-
urlsh
Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend
-
The one I created since I only use PostgreSQL: https://github.com/galeone/igor
-
refer to https://github.com/CengSin/oracle
-
First link has some syntax issues: https://github.com/wesionaryTEAM/go_clean_architecture
-
sponge
sponge is a microservice framework, a tool for quickly generate web and microservice code. (by zhufuyi)
Project mention: Generate web service code for adding, deleting and update, query tables from sql ddl with restful api interface | dev.to | 2023-01-11Download Address:https://github.com/zhufuyi/sponge
-
goven
Goven (go-oven) is a go library that allows you to have a drop-in query language for your database schema.
goven seems to be a better choice.
-
Project mention: GitNoter - Self hosted, open source alternative to evernote, notion | reddit.com/r/selfhosted | 2022-05-31
Thanks! I'm working on the feature to support github enterprise instance. Here is the issue - https://github.com/git-noter/gitnoter-api/issues/9
-
backend
A REST web-service sample project written in Golang using go-fiber, GORM and PostgreSQL (by hojabri)
I have a PoC backend project written in Go: https://github.com/hojabri/backend
-
ecommerce
A fully functional Ecommerce API in GO GIN Framework and mongoDB with JWT Authentication (by 5olitude)
-
golang-database-library-orm-example
Examples of using various popular database libraries and ORM in Go.
What I found is sqlx and sqlc are excellent for hand-rolled queries, but is poor for dynamic queries which a query builder library/orm might suite better. If there are many eager-loading table relationships, I found that orms tend to be much better. Of course these are entirely my personal opinion. I dove into more details on how each libraries and orms fares against those operations in the posts. It is also accompanied with reproducible repo at https://github.com/gmhafiz/golang-database-library-orm-example
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go Gorm related posts
- Generate web service code for adding, deleting and update, query tables from sql ddl with restful api interface
- Automatic generation of complete web and rpc service project code
- Golang Database Library and Orm Examples
- Oracle ORM
- High Performance Web Framework Tasting-Database Operations
- Gen: Friendly & Safer GORM powered by Code Generation
- Gen: Friendly & Safer GORM powered by Code Generation
-
A note from our sponsor - SonarLint
www.sonarlint.org | 1 Feb 2023
Index
What are some of the best open-source Gorm projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | GORM | 31,250 |
2 | gin-vue-admin | 15,655 |
3 | go-admin | 8,284 |
4 | golang-gin-realworld-example-app | 2,194 |
5 | gormt | 2,102 |
6 | gen | 1,533 |
7 | gormigrate | 854 |
8 | go-queryset | 692 |
9 | fiber-boilerplate | 264 |
10 | sqlite | 208 |
11 | microservices-go | 182 |
12 | go-sql | 170 |
13 | postgres | 132 |
14 | urlsh | 126 |
15 | igor | 91 |
16 | oracle | 86 |
17 | go_clean_architecture | 63 |
18 | sponge | 48 |
19 | goven | 45 |
20 | batnoter-api | 44 |
21 | backend | 28 |
22 | ecommerce | 21 |
23 | golang-database-library-orm-example | 12 |