package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ConvertYesNo converts YES/NO to bool.
FormatErrorWithQuery will format the error with failed query.
No description provided by the author
GetSSHClient returns a ssh client.
IsDDL returns true if the given sql string is a DDL statement.
IsSelect returns true if the given sql string is a SELECT statement.
No description provided by the author
No description provided by the author
ProxyConnection proxies the connection between ssh client and listener.
No description provided by the author
SanitizeSQL removes comments, splits the sql by `;` and returns the trimmed sql statement array.
TrimStatement trims the unused characters from the statement for making getStatementWithResultLimit() happy.

# Variables

No description provided by the author
PortFIFO is the fifo for SSH client port queue.