You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2 broke the separation of concerns between Datastar instances and CQL. I would suggest that the CQL for keyspace creation go into lib/statement-builder/statements/create-keyspace.js which is then instantiated and invoked directly in Datastar.connect.
The text was updated successfully, but these errors were encountered:
#2 broke the separation of concerns between
Datastar
instances and CQL. I would suggest that the CQL for keyspace creation go intolib/statement-builder/statements/create-keyspace.js
which is then instantiated and invoked directly inDatastar.connect
.The text was updated successfully, but these errors were encountered: