Documentation
¶
Index ¶
- Constants
- func CloseConnectionMySQL(db *gorm.DB)
- func CloseConnectionPostgres(db *gorm.DB)
- func ComposeConnectionFromEnv(connection interface{}, vendor string) string
- func ConnectToCassandra() *gocql.Session
- func ConnectToMongo() context.Context
- func ConnectToMySQL() *gorm.DB
- func ConnectToPostgres() *gorm.DB
- func GetAdditionalDbConnectionParams(connectionParams map[string]interface{}) string
- type CassandraLog
Constants ¶
View Source
const (
LOG_QUERY = "INSERT INTO"
)
Variables ¶
This section is empty.
Functions ¶
func CloseConnectionMySQL ¶
func CloseConnectionPostgres ¶
func ConnectToCassandra ¶
func ConnectToMongo ¶
func ConnectToMySQL ¶
func ConnectToPostgres ¶
Types ¶
type CassandraLog ¶
func InstantiateCassandraLog ¶
func InstantiateCassandraLog() CassandraLog
func (*CassandraLog) SendLog ¶
func (cl *CassandraLog) SendLog(input []string) bool
Click to show internal directories.
Click to hide internal directories.