# Functions
ErrClosingDatabaseConnection represents the error which will occur when the database connection fails to get closed.
No description provided by the author
ErrSQLMapMarshalValue represents the error which will occur when the native SQL driver will fail to marshal the value.
ErrSQLMapUnmarshalJSON represents the error which will occur when the native SQL driver will fail to unmarshal the JSON.
ErrSQLMapUnmarshalScanned represents the error which will occur when the native SQL driver will fail to unmarshal the scanned data.
ErrSQLMapUnmarshalJSON represents the error which will occur when the native SQL driver will fail to unmarshal the text.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Map type is an alias for map[string]interface{}
It implements native SQL driver interfaces and hence can be used for SQL json or jsonb types as a drop in replacement of golang native maps.