yes I’m still working on this and am figuring out which of the gazillion database modules available for things like Oracle, SQLITE, etc work on macOS
With .Net Core and some of the supporting modules being fairly new to macOS not all of them work. There seem to be several choices for using any of the db’s from MS SQL Server, Oracle, PostgreSQL, Mysql, MariaDB etc all the way to ones I’ve never heard of
Maybe use the Free and Easy database, a.k.a. SQLite ?
Oh thats definitely the intention 🙂
Thing is in C# on MacOS there are many possible “packages” (much like Xojo plugins) for SQLite
Figuring out which one to use because there are so many choices is actually something I need to spend time on 🙂