Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ezeji/MySQL-Database-Library
A library that abstracts the connection and CRUD operations to MySQL databases.
https://github.com/Ezeji/MySQL-Database-Library
Last synced: about 1 month ago
JSON representation
A library that abstracts the connection and CRUD operations to MySQL databases.
- Host: GitHub
- URL: https://github.com/Ezeji/MySQL-Database-Library
- Owner: Ezeji
- Created: 2018-02-19T11:34:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T22:18:55.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T17:33:20.882Z (4 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensource-apps - MySQL Database Library - database-library-for-c-developers-4bec985dc009](https://medium.com/@franklinezeji/mysql-database-library-for-c-developers-4bec985dc009) | (C#)
README
# MySQL-Database-Library
This library enables connection to MySQL databases and gives room for manipulating databases such as pulling records, deleting records, updating records.etc.
The library also provides a method for updating databases without the usual writing of an **UPDATE** SQL command.*Refer to the link below to learn more on the library and its usage:*
http://bit.ly/2o8WpCQ