@therats2270

Great work thank you

@luckylikey9280

you sir are the dankest of all. plese take this crown and reign all of us, for you are truely our savior.

@charlespedro4729

Greate work sir. I deploy my Blazor WASM with single store successfully but failed with multiple stores. Please sir, I have many tables in my Blazor WASM which I created the stores for. I created different IndexedDBSyncRepo for each database table. I am using Dapper. But I get error with the manager = await _dbFactory.GetDbManager(_dbName); line. The error is  System.ArgumentException: An item with the same key has already been added. Key: SchoolMagnet. SchoolMagnet is my database name. I believed each time I make a call to the Table Repository, it created the database. Please sir, how can I use multiple stores in a single Razor Page? Thank you sir