//
pkg.gl
Category
github.com/BrobridgeOrg/gravity-transmitter-mssql
pkg
database
writer
package
0.0.0-20211022073642-ac38cfd13eff
Repository:
https://github.com/brobridgeorg/gravity-transmitter-mssql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
1
Files
570 SLOC
#
Functions
NewWriter
No description provided by the author
#
Variables
DeleteTemplate
InsertTemplate = "INSERT INTO `%s` (%s) VALUES (%s)".
InsertTemplate
UpdateTemplate = "UPDATE `%s` SET %s WHERE `%s` = :primary_val".
UpdateTemplate
No description provided by the author
#
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