This library is now deprecated and i would recommend using the https://github.com/lilpug/SimpleDotNetDB version.
Please note that the website has been turned off as of February 2020.
For information, documentation or any inquiries please refer to the main website for this library.
http://dotnetsdb.com/ (has now been shut down since February 2020)
This library uses the MySql.data.dll connector in order to create the flexibility with MySql database calls. The MySql connector is available from https://dev.mysql.com/downloads/connector/net/6.9.10.html, it is used under the FOSS exception Licenses, please see the MySql notice for further information.
This library also uses the Microsoft.SqlServer.Types.dll to help make queries much quicker on Sql Server by defining the correct parameter types on binding and running a query.
Please Note: The project uses a small application i built on top of Microsoft's ILMerge in ordered to merge all the required DLL files into a single file on compiling.
Copyright © 2016 David Whitehead
This project is licensed under the MIT License.
You do not have to do anything special by using the MIT license and you don't have to notify anyone that your using this license. You are free to use, modify and distribute this software in any normal and commercial usage. If being used for any commercial purposes the latest copyright license file supplied above which is known as "LICENSE" must also be distributed with any compiled code that is being sold that utilises dotnetsdb.