mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
docs(database tools): Add gorm-multitenancy
project (#5306)
This commit is contained in:
parent
6b1896e902
commit
2e17043da9
@ -771,12 +771,10 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
|
||||
- [dg](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data.
|
||||
- [dynago](https://github.com/twharmon/dynago) - Simplify working with AWS DynamoDB.
|
||||
- [go-mysql](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication.
|
||||
- [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically.
|
||||
- [gorm-multitenancy](https://github.com/bartventer/gorm-multitenancy) - Multi-tenancy support for GORM managed databases.
|
||||
- [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations.
|
||||
- [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang.
|
||||
- [octillery](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ).
|
||||
- [onedump](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration.
|
||||
- [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer.
|
||||
- [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL.
|
||||
- [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser.
|
||||
- [prep](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code.
|
||||
|
Loading…
Reference in New Issue
Block a user