package
12.2.11
Repository: https://github.com/kataras/iris.git
Documentation: pkg.go.dev

# Functions

Bind sets "dst" to the result of "src" and reports any errors.
NewSchema returns a new Schema.
Query is a shortcut of executing a query and bind the result to "dst".
Register caches a struct value to the default schema.

# Variables

DefaultSchema initializes a common Schema.
DefaultTag is the default struct field tag.

# Structs

# Type aliases

ColumnNameFunc is the function which converts a struct field name to a database column name.