Categorygithub.com/lukevers/dbsetup
modulepackage
0.3.1
Repository: https://github.com/lukevers/dbsetup.git
Documentation: pkg.go.dev

# README

DBSETUP

A CLI tool that reads an HCL configuration file and makes changes to databases.

See example.hcl for an example configuration file.

Where Query

As of right now, = is the only type of where query supported.

NULL Values

To use a NULL value in either a where or update map, use the string "NULL" and it will be used as NULL.

# Functions

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

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Row is a representation of a database row that both contains a map of where equal statements, and a map of column:value updates for the row.