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
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: