Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/multiple-keyspace] Multiple keyspace support. #228

Closed

Conversation

slowquery
Copy link

@slowquery slowquery commented Apr 26, 2021

hello.
In my project, I had to support multiple keyspaces.
but, still #225 #98 issue is not solving.
I solved it with minimal changes.

To use a different keyspace, a new object must be created.
At this time we cannot support multiple keyspaces because we are using the same object.

I want my Pull Request to be helpful, and I hope it will be updated.

Changelog

bindAsync function interface

bindAsync(options): Promise<void>;

change new ExpressCassandra object instance return

bindAsync(options): Promise<ExpressCassandra>;

Remark

expressCassandra.js line 125, 126 exists for the test case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants