package
3.7.1+incompatible
Repository: https://github.com/knocknote/sqlboiler.git
Documentation: pkg.go.dev

# Functions

AddTypeImports takes a set of imports 'a', a type -> import mapping 'typeMap' and a set of column types that are currently in use and produces a new set including both the old standard/third party, as well as the imports required for the types in use.
MapFromInterface creates a Map from a theoretical map[string]interface{} or []map[string]interface{} This is to load from a loosely defined configuration file.
Merge takes two collections and creates a new one with the de-duplication contents of both.
NewDefaultImports returns a default Imports struct.
SetFromInterface creates a set from a theoretical map[string]interface{}.

# Structs

Collection of imports for various templating purposes Drivers add to any and all of these, and is completely responsible for populating BasedOnType.
Set defines the optional standard imports and thirdParty imports (from github for example).

# Type aliases

List of imports.
Map of file/type -> imports Map's consumers do not understand windows paths.