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

Is there a way to connect to multiple (sqlite - websql, html5) database in a single session #163

Open
ketanshah79 opened this issue Oct 21, 2014 · 1 comment

Comments

@ketanshah79
Copy link

Hi there,

I was wondering if there is a way I can connect to multiple sqlite html5 databases?

I am writing an app using node webkit and have an architecture where there is a main database which stores meta information about various accounts, while each account has their own database?

Thanks,
-Ketan.

@ketanshah79
Copy link
Author

Actually, I can connect to different databases using persistences persistence.store.websql.config call. However the schema "defined" in the meta database gets ported over to account databases as well

I am assuming that we might be using singletons for storing the database definitions?

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

No branches or pull requests

1 participant