//
pkg.gl
Category
github.com/kataras/iris/v12
x
sqlx
package
12.2.11
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
0
Files
309 SLOC
#
Functions
Bind
Bind sets "dst" to the result of "src" and reports any errors.
NewSchema
NewSchema returns a new Schema.
Query
Query is a shortcut of executing a query and bind the result to "dst".
Register
Register caches a struct value to the default schema.
#
Variables
DefaultSchema
DefaultSchema initializes a common Schema.
DefaultTag
DefaultTag is the default struct field tag.
#
Structs
Column
Row
Schema
#
Type aliases
ColumnNameFunc
ColumnNameFunc is the function which converts a struct field name to a database column name.