# Functions
NewRecord initializes a new empty Record model.
NewRecordFromNullStringMap initializes a single new Record model with data loaded from the provided NullStringMap.
NewRecordsFromNullStringMaps initializes a new Record model for each row in the provided NullStringMap slice.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
DefaultIdAlphabet is the default characters set used for generating the model id.
DefaultIdLength is the default length of the generated model id.
No description provided by the author
list with the supported values for `Request.Auth`.
list with the supported values for `Request.Auth`.
list with the supported values for `Request.Auth`.
# Structs
No description provided by the author
No description provided by the author
BaseModel defines common fields and methods used by all other models.
No description provided by the author
CollectionAuthOptions defines the "auth" Collection.Options fields.
CollectionBaseOptions defines the "base" Collection.Options fields.
CollectionViewOptions defines the "view" Collection.Options fields.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: Replaced by the Log model and will be removed in a future version.
RequestInfo defines a HTTP request data struct, usually used as part of the `@request.*` filter resolver.
No description provided by the author
# Interfaces
ColumnValueMapper defines an interface for custom db model data serialization.
FilesManager defines an interface with common methods that files manager models should implement.
Model defines an interface with common methods that all db models should have.