This is a project that demonstrates various MySQL queries and operations using the Trybe database.
The project utilizes the following technologies:
- MySQL
- Docker-Compose
Before you begin, ensure that you meet the following requirements:
- Have MySQL installed: MySQL Downloads.
Follow these steps to set up and run the project locally:
- Clone the repository:
- Import the Trybe database into your MySQL server.
- Run the desired queries and operations using a MySQL client of your choice.
git clone https://github.com/BrunoSouza88/MySQL_One-For-All_Trybe.gitThe project provides various SQL files containing queries and operations to be executed on the Trybe database. These files cover different topics, such as data retrieval, data manipulation, table creation, and more. Users can execute these files to perform different MySQL operations and learn more about database management.
Contributions are what make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create a branch for your feature (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
This project is licensed under the MIT License.
Bruno Souza - bmsouza88@gmail.com
Project Link: https://github.com/BrunoSouza88/MySQL_One-For-All_Trybe