You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API_MySQL_AWS/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ At the conception of this sample project, the REST API app was kept alive using
16
16
4. Added proper error handlings using `restify-errors`
17
17
18
18
### 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. I like making SQL Statements and being nostalgic, I decided to use `mysql` only without any ORM and other frameworks to interface with 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 for this Web API app.
20
20
21
21
## Create the Database
22
22
**1. Remote MySQL DB on Amazon RDS:**https://aws.amazon.com/getting-started/hands-on/create-mysql-db/
0 commit comments