Skip to content

Commit a5982bf

Browse files
authored
Update README.md
1 parent 205c422 commit a5982bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API_MySQL_AWS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ At the conception of this sample project, the REST API app was kept alive using
1616
4. Added proper error handlings using `restify-errors`
1717

1818
### Alternatives to the `mysql` driver
19-
[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.
19+
[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.
2020

2121
## Create the Database
2222
**1. Remote MySQL DB on Amazon RDS:** https://aws.amazon.com/getting-started/hands-on/create-mysql-db/

0 commit comments

Comments
 (0)