package
0.9.11
Repository: https://github.com/safing/portmaster.git
Documentation: pkg.go.dev

# Functions

DatetimeDecoder is capable of decoding sqlite INTEGER or TEXT storage classes into time.Time.
DatetimeEncoder returns a new datetime encoder for the given time zone.
DecodeStmt decodes the current result row loaded in Stmt into the struct or map type result.
EncodeValue encodes the given value.
GenerateTableSchema generates a table schema from the given struct.
RunQuery executes the query stored in sql against the databased opened in conn.
ToParamMap returns a map that contains the sqlite compatible value of each struct field of r using the sqlite column name as a map key.
WithArgs adds a list of arguments for the query.
WithDecodeConfig configures the DecodeConfig to use when calling DecodeStmt to decode each row into the result slice.
WithNamedArgs adds args to the query.
WithResult sets the result receiver.
WithSchema returns a query option that adds the given table schema to the query.
WithTransient marks the query as transient.

# Variables

DefaultDecodeConfig holds the default decoding configuration.
DefaultEncodeConfig holds the default encoding configuration.
sqliteTimeFromat defines the string representation that is expected by SQLite DATETIME functions.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.
Struct Tags.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author