package
0.0.0-20241129125238-fdc3fc77d8d9
Repository: https://github.com/nickcorin/toolkit.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GetConnector returns a Connector for the given dialect.
GetDialectFromString returns a Dialect from a string.
MustParseFlags parses the given string into Flags and panics if an error occurs.
No description provided by the author
No description provided by the author

# Constants

postgres.
unspecified.

# Variables

ErrUnsupportedDialect is returned when the dialect is not supported.

# Structs

Config represents the configuration for a database connection.
GenerateConfig contains configuration options for generation.
No description provided by the author
No description provided by the author

# Interfaces

Connector is an interface that provides methods for configuring a database connection.
Scannable is an interface that wraps the Scan method.

# Type aliases

Dialect represents a type of SQL database.
Flags is an alias for url.Values.