The Database class is a generic classed used to connect to the database and run SQL queries against that database.
Currently this is still under construction but plan to connect to the following database for the first version
MS Access MySQL SQLite MSSQL
Addition documentation in a CHM Help file can be found at:
https://github.com/burnsoftnet/Documentation/blob/master/BurnSoft.Database.chm
- added support for .net 5.0
- Updated nuget package
- initial release