CassandraDataModeler
CassandraDataModeler copied to clipboard
Move from Regexs to a Grammar
Use something like http://pegjs.org/ to parse the CREATE TABLE statement instead of a complex regex (which misses some scenarios)
I'm very much +1 on this. The regex approach is failure prone.