How To Create MySQL Table with SequelizeJS
Hello, in this post I will be showing how you can create an SQL table using JavaScript without the knowledge of MySQL. Sequelize is a promise-based Node.js ORM tool for Postgres , MySQL , MariaDB , SQLite , Microsoft SQL Server , Amazon Redshift and Snowflake’s Data Cloud . It features solid transaction support, relations, eager and lazy loading, read replication and more.
Comments
Post a Comment