package
0.1.12
Repository: https://github.com/techrail/ground.git
Documentation: pkg.go.dev

# README

Database Code Generator

Code generators are complex. Hence in this package, we shall be adding more comments than usual to make sure that process is clear about what we are doing.

# Functions

No description provided by the author

# Constants

No description provided by the author

# Structs

CodegenConfig contains the values and rules using which the code is to be generated.
DbColumn is the column representation of a table in the database for the generator.
DbFkInfo represents a single foreign key in a table.
DbIndex represents an index inside a table.
No description provided by the author
DbSchema represents the schema in the database.
DbTable represents a table in the database.
EnumDefinition defines an enumeration in code which would ideally be saved in the DB.
Generator is the structure we return to a client which needs a generator.