I want to create multiple data store in one database in indexeddb.
I have created my database - College
Created a data store - Student
In the "College" database I want to create one more data store dynamically with the name "Department".
Is it possible? Please help me out.
Thanks in advance.