Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 468 Bytes

GLOSSARY.md

File metadata and controls

15 lines (10 loc) · 468 Bytes

Attributes

In A flat object literal containing key/value pairs.

SequelizeModel

An instance of SequelizeClass that contains a lot of functionality (like getters and setters) and database methods.

SequelizeClass

A Javascript Class that contains static methods that help with connectivity with a sequelized database..

sequelize-relay

The library this gitbook is about.

ORM

A library written that encapsulates the code needed to manipulate relational data.