Execute a SQL statment with no parameters and no return
SQL statement to execute
database.execute("insert into models values('value');")
See Implementation
Execute a SQL statment with no parameters and no return