10000 GitHub - noaway/godao: go db dao
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

noaway/godao

Repository files navigation

godao

postgres orm module

Usage

call InitOrm() first for initialize global postgres connection!

import "github.com/noaway/godao"

// init with config
godao.InitOrm(config)

// then use godao.Engine
godao.Engine.Model()...

see example/main.go

About

go db dao

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0