Skip to content

gb

gbIt is a modular, low-coupling development framework with many common components that can be used as an independent component library.

Install

Preparation

  • Go version 1.20 or higher.

Install

sh
$ go get -u ghostbb.io/gb

Getting started

Running

go
package main

import (
  "ghostbb.io/gb"
)

func main() {
  db := g.DB()
  // ...operate
}

Core components

  • Cache management
  • Database ORM
  • NoSQL
    • Redis