94b3bc3520
Also added indexes for AWS and Linux.
404 B
404 B
Containerized DB
- Run a container with a database of any type of you prefer (MySql, PostgreSQL, Mongo, etc.)
- Verify the container is running
- Access the container and create a new table (or collection, depends on which DB type you chose) for students
- Insert a row (or document) of a student
- Verify the row/document was added
Click here for the solution