package
0.0.0-20240917120716-8843776e9f3a
Repository: https://github.com/cossacklabs/acra.git
Documentation: pkg.go.dev

# Functions

ErrorExit prints error and exits.
NewInsertExecutor creates new executor for Insert statements.
NewWriteToFileExecutor creates new object ready to write encoded sql to filePath.

# Variables

NEWLINE char.
PLACEHOLDER char.

# Structs

InsertExecutor will run Insert statement.
WriteToFileExecutor writes to file.

# Interfaces

Executor interface for any executor.