Versions in this module Expand all Collapse all v0 v0.1.2 Jan 16, 2026 v0.1.1 Jan 16, 2026 v0.1.0 Jan 10, 2026 Changes in this version + var MySQLNumericDataTypes = []NumericDataType + var MySQLStringDataTypes = []StringDataType + var PostgresNumericDataTypes = []NumericDataType + var PostgresStringDataTypes = []StringDataType + var SqliteNumericDataTypes = []NumericDataType + var SqliteStringDataTypes = []StringDataType + func CreateDBPool(ctx context.Context, dbString string) (*pgxpool.Pool, error) + type DataType struct + AutoIncrement bool + HasAutoIncrement bool + HasDigit bool + HasSize bool + HasValues bool + Size int + Type string + type Input struct + ColName string + DataType DataType + IsNull bool + IsPK bool + IsUnique bool + type NumericDataType struct + HasAutoIncrement bool + HasDigit bool + HasSize bool + Type string + type StringDataType struct + HasSize bool + HasValues bool + Type string