https://github.com/lilpug/dotnetsdb
Dotnetsdb is a .NET database library that makes integrating with databases easy again.
https://github.com/lilpug/dotnetsdb
connector database dll dotnetsdb library mysql server sql
Last synced: 10 months ago
JSON representation
Dotnetsdb is a .NET database library that makes integrating with databases easy again.
- Host: GitHub
- URL: https://github.com/lilpug/dotnetsdb
- Owner: lilpug
- License: other
- Created: 2016-06-03T10:52:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T19:34:34.000Z (about 2 years ago)
- Last Synced: 2025-04-05T19:27:12.312Z (12 months ago)
- Topics: connector, database, dll, dotnetsdb, library, mysql, server, sql
- Language: C#
- Homepage: http://dotnetsdb.com/
- Size: 63.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Notice
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.
## DotNetSDB
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)
[](https://www.nuget.org/packages/DotNetSDB/)
## Extra Credits
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 and License
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.