# Functions
ConvertStructureData converts a sdk.StructureData values to a proper database types.
GetTableInfo returns a map containing all table's columns and their database types and returns primary columns names.
TransformRow converts row map values to appropriate Go types, based on the columnTypes.
# 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
# Interfaces
Querier is a database querier interface needed for the GetTableInfo function.