0.6.1 • Published 3 years ago

breeze-sequelize v0.6.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

breeze-sequelize

This is the official NPM package for the Breeze Sequelize integration. The package files are in the 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.

0.6.1

3 years ago

0.6.0

3 years ago

0.5.4

4 years ago

0.5.5

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.14

9 years ago