//
pkg.gl
Category
github.com/BrobridgeOrg/gravity-transmitter-mysql
pkg
database
writer
package
0.0.0-20211022033221-80d01bc619d9
Repository:
https://github.com/brobridgeorg/gravity-transmitter-mysql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
418 SLOC
#
Functions
NewWriter
No description provided by the author
#
Variables
DeleteTemplate
DeleteTemplate = `DELETE FROM "%s" WHERE "%s" = :primary_val`.
InsertTemplate
InsertTemplate = `INSERT INTO "%s" (%s) VALUES (%s)`.
UpdateTemplate
UpdateTemplate = `UPDATE "%s" SET %s WHERE "%s" = :primary_val`.
#
Structs
ColumnDef
No description provided by the author
DatabaseInfo
No description provided by the author
DBCommand
No description provided by the author
RecordDef
No description provided by the author
Writer
No description provided by the author