Nodejs and DBaaS SQL

126 Views Asked by At

I have looked at Google Cloud SQL and Amazon RDS, however, are there any services like this (or these) that have an npm module to write a CRUD application with a MySQL, Node, Express backend? All of the npm modules seem to be for NoSQL databases

1

There are 1 best solutions below

1
On BEST ANSWER

Google Cloud SQL and Amazon RDS are just MySQL (https://www.npmjs.org/package/mysql) or Postgres (https://www.npmjs.org/package/pg) under the hood. You don't need NPM packages specific to RDS or Cloud SQL.