Sqlite.db and Azure Deployment

Hello guys. I'm testing out the Blazor Studio with the chinook demo SQLite database, and when i deploy to Azure all the Data and Schema (Except for the security tables and 1 user). are gone from the database. the database Connection string ("Data Source=chinook.db;Default Timeout=30") works great otherwise. Any information on the best approach using SQLite is appreciated.

Thanks

Rob

Hi @Hivoltech,

Probably the SQLite file isn't deployed. You can try including it as mentioned in this SO thread. You need to update the .csproj of your app.

Thanks, that did it. It works great.