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

https://github.com/rafaelmoraes003/mysql-all-for-one

Project that performed CRUD operations on a MySQL database.
https://github.com/rafaelmoraes003/mysql-all-for-one

mysql sql

Last synced: 2 months ago
JSON representation

Project that performed CRUD operations on a MySQL database.

Awesome Lists containing this project

README

          

MySQL All For One

###

This project aimed to read and manipulate (CRUD) a relational database, where queries were worked with INSERT, SELECT, UPDATE and DELETE, in addition to filtering results with WHERE and boolean and relational operators. In addition, dynamic searches were worked with LIKE, aggregation of results with IN and BETWEEN and separation of results that included dates.

###

Technologies used

###


mysql logo

###