Closed shenghu closed 6 years ago
@Setogit @kjdelisle can you please review this PR? Thanks. I hope to use the updated version in my project asap.
The last code added support of nested tuple.
@slnode test please
@jannyHou , wanna double check.. it's good to merge? After merging, I can release it. Thanks.
@shenghu PR landed 🚢 Thank you again for all the effort of adding this important feature in the cassandra connector!
@dhmlau merged :) hope it also fixes the juggler's CI!
Published as 1.5.0
.
Description
I'm looking at using cassandra as our database and build app using loopback. Current loopback-connector-cassandra can not create keyspace if it doesn't exist. It might be the design that it is expected to create keysapce instead of letting app to create it itself. But it will be more convenient if loopback-connector-cassandra has the capability.
So I add the following setting to DataSource setting
Please review the PR to see if it can be merged. Any change needed please let me know.
So I fixed the failure test about tuple by adding support of Tuple.
Related issues
Checklist