The Daily Go
339 subscribers
53 photos
2 videos
3 files
657 links
We provide you daily Golang contents. If you want to post any content contact with us.
.
Administrators:
πŸ‘‰πŸ»@aidenzibaei
πŸ‘‰πŸ»@amin_khozaei

#jaryan904259
Download Telegram
The Daily Go
LedisDB
A high performance NoSQL like Redis powered by Go.

golng.ml/5674

#NoSQL #Database
The Daily Go
Golang ORMs

golng.ml/3730

#Database #ORM
The Daily Go
Web-based PostgreSQL database browser written in Go.

http://sosedoff.github.io/pgweb

Demo : https://pgweb-demo.herokuapp.com/

#Database #Postgres
The Daily Go
Say hello to cockroach

CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scaleshorizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.

https://github.com/cockroachdb/cockroach

#Database #SQL #Repository
The Daily Go
Gnorm is a database-first code generator that generates boilerplate that matches your database’s schema.

https://gnorm.org/

#Trends #Database