GithubHelp home page GithubHelp logo

raymondseger / sequelize Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sequelize/sequelize

0.0 3.0 0.0 23.13 MB

An easy-to-use multi SQL dialect ORM for Node.js

Home Page: http://docs.sequelizejs.com

License: MIT License

Dockerfile 0.01% JavaScript 99.95% PowerShell 0.05%

sequelize's Introduction

Sequelize

npm version Build Status Windows Build status codecov Bountysource Slack Status npm downloads node License semantic-release Greenkeeper badge

Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.

v5 Beta Release

We have started v5 beta release process. Hopefully this will cover full v5 milestone. You can find upgrade guide and changelog here

npm install --save sequelize # will install v4
npm install --save sequelize@next # will install v5-beta

Table of Contents

Installation

$ npm install --save sequelize

# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious # MSSQL

Sequelize follows SEMVER. Supports Node v4 and above to use ES6 features.

Features

  • Schema definition
  • Schema synchronization/dropping
  • 1:1, 1:M & N:M Associations
  • Through models
  • Promises
  • Hooks/lifecycle events
  • Prefetching/association including
  • Transactions
  • Migrations
  • CLI (sequelize-cli)

Responsible disclosure

If you have any security issue to report, contact project maintainers privately. You can find contact information here

Documentation

Resources

Tools

Learning

Translations

sequelize's People

Contributors

sdepold avatar mickhansen avatar janmeier avatar sushantdhiman avatar durango avatar greenkeeperio-bot avatar overlookmotel avatar thanpolas avatar felixfbecker avatar optilude avatar iamjochem avatar saschagehlich avatar greenkeeper[bot] avatar seth-admittedly avatar verdier avatar lemon-tree avatar reedog117 avatar v12 avatar davidtpate avatar elliotf avatar vpontis avatar clkao avatar sveinnfannar avatar josephpage avatar gabegorelick avatar terraflubb avatar treythomas123 avatar jharting avatar sohumb avatar quiddle avatar

Watchers

James Cloos avatar Raymond Seger avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.