/go-project-list

My personal bookmark list for interesting servers / libraries / frameworks in Go.

go-project-list

My personal bookmark list for interesting servers / libraries / frameworks in Go.

Database servers

  • CockroachDB An open source, survivable, strongly consistent, scale-out SQL database.
  • TiDB a distributed NewSQL database compatible with MySQL protocol

Embeddable REST/JSON databases

  • Tiedot Your NoSQL database powered by Golang

Application frameworks with REST / HTTP / DB support

  • Beego Framework Rest / MVC / Database framework
  • CRUD API Go implementation of a RESTful JSON API exposing CRUD functionality relying on a custom storage.
  • Goal Golang Restful API for SQL (Gorm) backends
  • Go-Json-Rest A quick and easy way to setup a RESTful JSON API (* 2564)

ORM

  • Gorm The fantastic ORM library for Golang