Categorygithub.com/apocelipes/gobay
modulepackage
100.5.0+incompatible
Repository: https://github.com/apocelipes/gobay.git
Documentation: pkg.go.dev

# README

gobay

Go Report Card Build Status

Documentation

Contributing

如何为gobay编写extension

  1. 实现 gobay.Extension
  2. 每一个 ext 目录都是你的例子

附录

ext

ent/orm

关于时间

// 如果需要开启 parseTime,在 dsn 中加上参数:
// 显式指定loc为UTC
parseTime=True&loc=UTC

虽然 loc 默认值为 UTC,但是这依赖于默认情况。默认情况有可能发生改变。所以我们推荐显式指定 loc

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CreateApp create an gobay Application.
No description provided by the author

# Structs

Application struct.

# Interfaces

Extension like db, cache.

# Type aliases

A Key represents a key for a Extension.