Enforce separation of concerns from keyspace creation
Open
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
#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`.
Contributor guide
Assessment
This issue has not been assessed yet.