Skip to content

Commit 6511336

Browse files
authored
Update README.md
1 parent 676714c commit 6511336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

API_MySQL_AWS/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ At the conception of this sample project, the REST API app was kept alive using
1919
[Sequelize](https://github.com/sequelize/sequelize) is an ORM and a good alternative to `mysql` driver. In this project, I use only `mysql` which expects SQL Statements. However, with Sequelize, you don't make SQL Statements. It's beneficial to use Sequelize because it handles many SQL-DB like MSSQL Server, MariaDB and especially MySQL. I like making SQL Statements and being nostalgic, I decided to use `mysql` only without any ORM and other frameworks to interface with MySQL for this Web API app.
2020

2121
## Create the Database
22+
Three instances (or ways) to have a MySQL Database:
23+
2224
**1. Remote MySQL DB on Amazon RDS:** https://aws.amazon.com/getting-started/hands-on/create-mysql-db/
2325

2426
**2. Local using MAMP on MacOS**

0 commit comments

Comments
 (0)