Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Project that performed CRUD operations on a MySQL database.
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/mysql-all-for-one
- Owner: rafaelmoraes003
- Created: 2022-07-25T17:36:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T05:44:53.000Z (about 2 years ago)
- Last Synced: 2023-03-09T23:16:00.725Z (almost 2 years ago)
- Topics: mysql, sql
- Language: SQL
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
###
###