Socket
Socket
Sign inDemoInstall

breeze-sequelize

Package Overview
Dependencies
26
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    breeze-sequelize

Breeze Sequelize server implementation


Version published
Weekly downloads
28
increased by460%
Maintainers
5
Install size
126 kB
Created
Weekly downloads
 

Readme

Source

breeze-sequelize

This is the official NPM package for the Breeze Sequelize integration. The package files are in the [breeze.server.node](https://github.com/Breeze/breeze.server.node "github: "breeze-server-node") repository in the 'breeze-sequelize' subfolder.

The breeze-sequelize library lets you easily build a Sequelize server for managing relational data.
Starting with Breeze metadata, it will create the Sequelize model for you, and Sequelize can create a database from the model.

Once you have the model and database, breeze-sequelize makes it easy to query and update data from your Breeze client.

Install

To install with npm, open a terminal or command window and enter:

npm install breeze-sequelize

Case matters! Be sure to spell "breeze-sequelize" in all lowercase.

Learn more about Breeze.

More documentation

Breeze/Sequelize documentation here

Sample

See the NorthwindSequelize demo for an example of using Breeze-Sequelize in a web application. It is part of the northwind-demo that shows how to use Breeze to manage data end-to-end, from the database to a single-page web application.

Keywords

FAQs

Last updated on 02 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc