💾 Archived View for freeshell.de › tldr › sequelize.gmi captured on 2023-01-29 at 05:17:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server.
sequelize model:generate --name {table_name} --attributes {field1:integer,field2:string,field3:boolean}
sequelize db:migrate
sequelize db:migrate:undo:all
sequelize seed:generate --name {seed_filename}
sequelize db:seed:all
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).