SpectatorNan / gorm-zero

go zero gorm extension / Integrated processing of db model and Redis cache
MIT License
238 stars 39 forks source link
cache database go-zero goctl golang gorm

gorm-zero

A go-zero gorm extension. If you use go-zero, and you want to use GORM. You can use this extension.

Installation

Basic Usage

Currently we support two databases: MySQL and PostgreSQL. For example:

MySQL

PostgreSQL

Quick Start

Examples