We are currently supporting SELECT, UPDATE, DELETE and INSERT, but we should be able to use CREATE, ALTER, DROP and TRUNCATE. The issue we are having is that Troy (the library we are using under the scenes) provides 2 different methods depending on if the statement is related to data (select, update, etc) or to schema definition (alter, create, ...)
We should create a new interpolator to allow these operations which are currently forbidden.
We are currently supporting SELECT, UPDATE, DELETE and INSERT, but we should be able to use CREATE, ALTER, DROP and TRUNCATE. The issue we are having is that Troy (the library we are using under the scenes) provides 2 different methods depending on if the statement is related to data (select, update, etc) or to schema definition (alter, create, ...) We should create a new interpolator to allow these operations which are currently forbidden.