Comparison of the different database libraries
h2. prisma/prisma 12k (*) https://github.com/prisma/prisma * Replaces traditional ORMs and data access layers with a universal database abstraction used via the Prisma client * Maintained with in the last month (/)
h2. jinzhu/gorm 11.8k (*) https://github.com/jinzhu/gorm * Full-Featured ORM (almost) * Maintained with in the last month (/) * Docs: http://gorm.io/docs (docs seem nice and pretty easy to understand)
h3. jmoiron/sqlx 5.5k (*) https://github.com/jmoiron/sqlx * general purpose extensions to golang's database/sql * maintained with in the last month (x) * Docs: http://jmoiron.github.io/sqlx/ (docs are all shoved onto a single web page. Has good examples) |
|