1
0
Fork 0

CREATE TABLE works

master
Philip O'Toole 10 years ago
parent 74376a495d
commit 2f62ef8e22

@ -41,5 +41,6 @@ func (db *DB) Query(query string) string {
// Sets the value for a given key.
func (db *DB) Exec(stmt string) {
_, _ = db.dbConn.Exec(stmt)
return
}

Loading…
Cancel
Save