upper.io/db
Storm
Our great sponsors
upper.io/db | Storm | |
---|---|---|
5 | 2 | |
3,039 | 1,888 | |
3.9% | - | |
6.5 | 0.0 | |
about 2 months ago | about 1 year ago | |
Go | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
upper.io/db
-
Looking for some ORM/db access layer suggestions
You might want to give https://upper.io/ a try
-
Migrating from PHP to Go
upper.io is a viable alternative to GORM. Just a suggestion.
-
We Went All in on Sqlc/Pgx for Postgres and Go
this is the reason why I chose upper/db over pgx/sqlc for my current cockroachdb side project
while upper/db is not as type safe, with proper testing infrastructure, it's the closest to django due to its simplicity/composability/query building support
i'm also excited to see how upper/db grows after generics land in Go later this year
-
Has anybody moved from Django (python) to any of the Go backend frameworks?
So far, I've enjoyed using https://github.com/upper/db for raw query building.
- New advanced, CGo-free SQLite package
Storm
-
Do you use an embedded NoSQL database?
I’ve used boltdb with storm, works well: https://github.com/asdine/storm
-
Using BoltDB as internal database 💾
Storm is a simple and powerful toolkit for BoltDB. Basically, Storm provides indexes, a wide range of methods to store and fetch data, an advanced query system, and much more. GitHub: https://github.com/asdine/storm
What are some alternatives?
GORM - The fantastic ORM library for Golang, aims to be developer friendly
ent - An entity framework for Go
SQLBoiler - Generate a Go ORM tailored to your database schema.
xorm - xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
Xorm
gorp - Go Relational Persistence - an ORM-ish library for Go
go-pg - Golang ORM with focus on PostgreSQL features and performance
go-sqlbuilder - A flexible and powerful SQL string builder library plus a zero-config ORM.
beego orm
gomodel