chrishughes25

Results 2 comments of chrishughes25

@oliverlockwood `bootstrap.template` would contain the cql required to create a keyspace, (and tables). It would allow 2 replacement variables, `{keyspace}` and `{replication}` which the library would expose through its api....

possible fix: use CREATE IF EXISTS, and remove metadata check.