package
0.0.0-20200109191904-8d1786a9f689
Repository: https://github.com/joincivil/go-common.git
Documentation: pkg.go.dev
# Functions
DbFieldNameFromModelName gets the field name from db given postgres model struct.
InsertIntoDBQueryString creates the query to insert a given struct into a given table.
StructFieldsForQuery is a generic Insert statement for any table tablePrefix="" is used to specify table name, i.e.
# Type aliases
JsonbPayload is the jsonb payload.