/BurnSoft.Database

General Functions to Connect to different types of databases along with the ability to run SQL commands and return data.

Primary LanguageC#MIT LicenseMIT

BurnSoft.Database

|

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

Donate]

Change Log

v.1.0.0.x

  • added support for .net 5.0
  • Updated nuget package

v1.0.0.9

  • initial release