Skip to content

archsh/go.xql

Repository files navigation

go.xql, another ORM for golang

To be done.

See example

package main
import "github.com/archsh/go.xql"
var table = xql.Table(
	xql.Column("id",),
	xql.Index("id"),
	xql.Constraint(""),
	xql.PrimaryKey("id"),
	xql.Comment(""),
	)

About

DB Query layer for Golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages