This website works better with JavaScript
Home
Explore
Help
Register
Sign In
cx
/
myth
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f05e4a6ade
Branches
Tags
master
myth
/
db
/
struct.go
struct.go
100 B
History
Raw
1
2
3
4
5
6
package db
import "github.com/jmoiron/sqlx"
type Stmt = sqlx.Stmt
type NamedStmt = sqlx.NamedStmt