frees-io / freestyle-cassandra

Freestyle Cassandra
http://frees.io/
Apache License 2.0
17 stars 4 forks source link

New interpolator for Schema Operations #99

Closed FPerezP closed 7 years ago

FPerezP commented 7 years ago

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.