package
0.0.0-20240610110821-095633c8b6be
Repository: https://github.com/shantanu-hashcash/go.git
Documentation: pkg.go.dev
# Functions
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.
RemoveComments trims out any comment blocks or lines from the provided SQL script.