An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# BurnSoft.Database

![](https://img.shields.io/nuget/vpre/BurnSoft.Database) | ![](https://img.shields.io/nuget/v/BurnSoft.Database)

![](https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600)

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](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](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