Documentation ¶
Overview ¶
Package sqlutils contains utility functions for manipulating strings of SQL
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllStatements ¶
AllStatements takes a sql script, possibly containing comments and multiple statements, and returns a slice of strings that correspond to each individual SQL statement within the script
func RemoveComments ¶
RemoveComments trims out any comment blocks or lines from the provided SQL script
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.