# Functions

ConvertStructureData converts a sdk.StructureData values to a proper database types.
GetColumnTypes returns a map containing all table's columns and their database types.
TransformRow converts row map values to appropriate Go types, based on the columnTypes.

# Constants

No description provided by the author
No description provided by the author
string types.

# Variables

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

# Interfaces

Querier is a database querier interface needed for the GetColumnTypes function.