GitHub
github.com › sequelize › sequelize
GitHub - sequelize/sequelize: Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i. · GitHub
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB, DB2 and DB2 for IBM i. - sequelize/sequelize
Starred by 30.4K users
Forked by 4.3K users
Languages TypeScript 52.1% | JavaScript 47.6%
GitHub
github.com › didinj › node-express-postgresql-sequelize
GitHub - didinj/node-express-postgresql-sequelize: Building a RESTful API with Node.js, Express, Sequelize & PostgreSQL (2025 Update)
Building a RESTful API with Node.js, Express, Sequelize & PostgreSQL (2025 Update) - didinj/node-express-postgresql-sequelize
Starred by 261 users
Forked by 126 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › sequelize › express-example
GitHub - sequelize/express-example: A proposal for the usage of Sequelize within an Express.JS application.
Starred by 2.5K users
Forked by 763 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › bezkoder › nodejs-express-sequelize-mysql
GitHub - bezkoder/nodejs-express-sequelize-mysql: Rest CRUD API for a simple application using Node. js, Express, Sequelize and MySQL · GitHub
Rest CRUD API for a simple application using Node. js, Express, Sequelize and MySQL - bezkoder/nodejs-express-sequelize-mysql
Starred by 415 users
Forked by 260 users
Languages JavaScript
GitHub
github.com › djchie › node-express-sequelize
GitHub - djchie/node-express-sequelize: A starting point for a webapp using Node, Express, and Sequelize for SQL databases · GitHub
A starting point for a webapp using Node, Express, and Sequelize for SQL databases - djchie/node-express-sequelize
Starred by 4 users
Forked by 3 users
Languages JavaScript 97.6% | HTML 2.4%
GitHub
github.com › Manoj201 › node-api
GitHub - Manoj201/node-api: NodeJS REST api using Sequelize ORM , Express Js With ES6 Features
NodeJS REST api using Sequelize ORM , Express Js With ES6 Features · Clone the project · Run yarn or npm i from the root of the project · You need node > 6 installed in your system. Try NVM, it's cool. You need to install postgres or mysql db. cd src · ../node_modules/.bin/sequelize db:migrate ·
Starred by 4 users
Forked by 3 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › jesielviana › nodejs-express-sequelize
GitHub - jesielviana/nodejs-express-sequelize: Exemplo de Projeto Node.js com Express, Sequelize e Postgres
Starred by 27 users
Forked by 4 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › shaishab › sequelize-express-example
GitHub - shaishab/sequelize-express-example: An example for the usage of Sequelize within an Express.js application with schema generation from existing table
An example for the usage of Sequelize within an Express.js application and for database used PostgreSQL . This repository structure followed MEAN stack project structure and usages of model like mongoose so if you are familiar with mongoose then you can easily go through the codes.
Starred by 34 users
Forked by 6 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › AndrewJBateman › node-sequelize-postgresql
GitHub - AndrewJBateman/node-sequelize-postgresql: :clipboard: Node.js + Express used with Sequelize Object-Relational Mapping (ORM) to perform promise-based Create, Read, Update & Delete (CRUD) operations on linked data tables in a PostgreSQL database. SQL database data based on Sequelize Project and Workpackage models.
:clipboard: Node.js + Express used with Sequelize Object-Relational Mapping (ORM) to perform promise-based Create, Read, Update & Delete (CRUD) operations on linked data tables in a PostgreSQL database.
Starred by 10 users
Forked by 6 users
Languages JavaScript 98.4% | Shell 1.6% | JavaScript 98.4% | Shell 1.6%
GitHub
github.com › indraarianggi › nodejs-sequelize-mysql-api
GitHub - indraarianggi/nodejs-sequelize-mysql-api: REST API using Node.js, Express, Sequelize and MySQL + JWT Authentication and Authorization
git clone https://github.com/indraarianggi/nodejs-sequelize-mysql-api.git cd nodejs-sequelize-mysql-api
Starred by 74 users
Forked by 33 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › lwf804 › sequelize-express-example
GitHub - lwf804/sequelize-express-example: A proposal for the usage of Sequelize within an Express.JS application. · GitHub
# install ORM , CLI and SQLite dialect npm install --save sequelize sequelize-cli sqlite3 # generate models node_modules/.bin/sequelize init node_modules/.bin/sequelize model:create --name User --attributes username:string node_modules/.bin/sequelize model:create --name Task --attributes title:string · We are using .sequelizerc setup change config path for migrations. You can read more about this in migration docs · // .sequelizerc const path = require('path'); module.exports = { 'config': path.resolve('config', 'config.js') } You will now have a basic express application with some additional directories (config, models, migrations).
Author lwf804
GitHub
github.com › bezkoder › node-express-sequelize-postgresql
GitHub - bezkoder/node-express-sequelize-postgresql: Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example · GitHub
Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example - bezkoder/node-express-sequelize-postgresql
Starred by 166 users
Forked by 87 users
Languages JavaScript
GitHub
github.com › topics › sequelize
sequelize · GitHub Topics · GitHub
Back-end of a full-stack project of a web football page. nodejs mysql docker jwt express typescript sequelize mocha-chai-sinon ... react mysql css typescript styled-components sequelize redux-thunk react-ts redux-toolkit react-router-v6 ... mysql api docker jwt express node docker-compose architecture sequelize commitizen joi jsonwebtoken jwt-authentication husky joi-validation msc commitlint
GitHub
github.com › cameritelabs › nodejs-express-sequelize-sample
GitHub - cameritelabs/nodejs-express-sequelize-sample
Fork this repository and create a NodeJS API using express as your webserver and sequelize as your database manager. Obs.: It's not required to create "front-end" pages. An API that you can access using Postman/Insomnia would satisfy the ...
Forked by 6 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › maximegris › typescript-express-sequelize
GitHub - maximegris/typescript-express-sequelize: Easily bootstrap your NodeJS project with Express, Sequelize and Typescript :+1:
Easily bootstrap your NodeJS project with Express, Sequelize and Typescript :+1: - maximegris/typescript-express-sequelize
Starred by 186 users
Forked by 57 users
Languages TypeScript 55.1% | JavaScript 44.9% | TypeScript 55.1% | JavaScript 44.9%
GitHub
github.com › lucas-j-k › api-with-sequelize
GitHub - lucas-j-k/api-with-sequelize: A simple REST API built with Node, Express and the Sequelize ORM for MySQL. · GitHub
January 7, 2018 - A simple REST API built with Node, Express and the Sequelize ORM for MySQL. - lucas-j-k/api-with-sequelize
Starred by 9 users
Forked by 9 users
Languages JavaScript
GitHub
github.com › topics › nodejs-sequelize
nodejs-sequelize · GitHub Topics · GitHub
This repository will walk you through the process of quickly getting started with Sequelize, a promise-based Node.js object-relational mapping (ORM) library, to connect to and communicate with a MariaDB using the MariaDB Node.js connector.
GitHub
github.com › cirosantilli › node-express-sequelize-realworld-example-app
GitHub - cirosantilli/node-express-sequelize-realworld-example-app: gothinkster realworld app built with Node.js Express.js Sequelize. Deployed full-stack to Heroku as a single process with a statically built React frontend.
gothinkster realworld app built with Node.js Express.js Sequelize. Deployed full-stack to Heroku as a single process with a statically built React frontend. - cirosantilli/node-express-sequelize-re...
Starred by 2 users
Forked by 11 users
Languages JavaScript 100.0% | JavaScript 100.0%