Skip to content

mattn/ways2go

Repository files navigation

ways2go

2 Way SQL implementation for golang

Build Status GoDoc Go Report Card

Usage

got, err := Eval(`
select * from foo where id = /*id*/5 /* IF enabled */and bar = /*bar*/ /*END*/
`, map[string]{"enabled": true}, ways2go.Question)

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

About

2 Way SQL implementation for golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages