package
Version:
v0.0.0-...-25d2363
Opens a new window with list of versions in this module.
Published: Mar 27, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Register credentials for a specific database instance, replace if exist
type DatabaseCredentials struct {
Host string `json:"host"`
Port string `json:"port"`
Name string `json:"name"`
Username string `json:"username"`
Password string `json:"password"`
}
type ExecutionResult struct {
LastInsertID int64
AffectedRows int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.