haxetink / tink_sql

SQL embedded into Haxe
MIT License
53 stars 16 forks source link

add Connection#executeSql() #147

Closed andyli closed 2 years ago

andyli commented 2 years ago

Add executeSql() that execute a raw SQL string. It returns a Promise<Noise> that will either resolve or be rejected, but no query result. Useful for db initialization/cleanup etc.