/orm

A simple object relational mapping assistant tool

Primary LanguageGoApache License 2.0Apache-2.0

About Orm

A simple object relational mapping assistant tool

Contributing

You can commit PR to this repository

How to get it?

go get -u github.com/gobkc/orm

Quick start

package main

import (
	"github.com/gobkc/orm"
	"log"
)

func main() {

}

License

© Gobkc, 2023~time.Now

Released under the Apache License