https://github.com/burnsoftnet/burnsoft.database
General Functions to Connect to different types of databases along with the ability to run SQL commands and return data.
https://github.com/burnsoftnet/burnsoft.database
connection database mssql mysql oledb sqlite
Last synced: 2 months ago
JSON representation
General Functions to Connect to different types of databases along with the ability to run SQL commands and return data.
- Host: GitHub
- URL: https://github.com/burnsoftnet/burnsoft.database
- Owner: burnsoftnet
- License: mit
- Created: 2019-03-17T03:50:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T20:38:29.000Z (over 2 years ago)
- Last Synced: 2025-03-10T12:53:31.821Z (3 months ago)
- Topics: connection, database, mssql, mysql, oledb, sqlite
- Language: C#
- Size: 18.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
MSSQLAddition documentation in a CHM Help file can be found at:
https://github.com/burnsoftnet/Documentation/blob/master/BurnSoft.Database.chm
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JSW8XEMQVH4BE)]
## Change Log
### v.1.0.0.x
- added support for .net 5.0
- Updated nuget package### v1.0.0.9
- initial release