# Functions
No description provided by the author
No description provided by the author
Query example: To insert a new record could be done like below err := database.ExecSQL("INSERT INTO table (ID) VALUES (?);", database.Int32(0)).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Query example: To query a new record could be done like below result, err := database.QuerySQL("SELECT * FROM table WHERE ID =?;", database.Int32(0)).
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author