Open ketanshah79 opened 10 years ago
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.