This is a project that demonstrates various MySQL queries and operations using the Trybe database.
These are the technologies that were used:
- MySQL
- Docker-Compose
It’s dangerous to go alone! Before you begin, please ensure that you meet the following requirements:
- Have MySQL installed: MySQL Downloads.
To set up and run the project locally, please follow these steps:
- 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/tomaschaves/mysql-all-for-one.git
The 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.
Tomás Chaves - tomaschavesdev@gmail.com ✉️
Project Link: https://github.com/tomaschaves/mysql-all-for-one