baywolf-studios / BudgetBadger

GNU Affero General Public License v3.0
17 stars 2 forks source link

chore: Updated Microsoft.Data.Sqlite #62

Closed matthewpritchett closed 2 years ago

matthewpritchett commented 2 years ago

Description

Updated to use latest version of Microsoft.Data.SQLite. Also, split out nuget packages to only have it referenced in data access project and the actual SQLite bundles in the platform projects. Native SQLite on iOS and macOS but the compiled one for android and UWP.

Related Issue(s)

52

How Has This Been Tested?

Verified on iOS simulator, macOS computer, Android simulator, and windows 10 vm that it could save and load from the database.

Checklist: