File Identifier Document Size Lines Updated
lib/associations/base.js Association - 6061 byte 144 2020-12-07 11:52:57 (UTC)
lib/associations/belongs-to-many.js BelongsToMany - 29126 byte 819 2020-12-07 11:52:57 (UTC)
lib/associations/belongs-to.js BelongsTo - 7724 byte 252 2020-12-07 11:52:57 (UTC)
lib/associations/has-many.js HasMany - 15423 byte 487 2020-12-07 11:52:57 (UTC)
lib/associations/has-one.js HasOne - 8669 byte 280 2020-12-07 11:52:57 (UTC)
lib/associations/helpers.js - - 2486 byte 69 2020-12-07 11:52:57 (UTC)
lib/associations/index.js - - 361 byte 12 2020-12-07 11:51:55 (UTC)
lib/associations/mixin.js - - 4481 byte 124 2020-12-07 11:52:57 (UTC)
lib/data-types.js ARRAY BIGINT BLOB BOOLEAN CHAR CIDR CITEXT DATE DATEONLY DECIMAL DOUBLE DataTypes ENUM FLOAT GEOGRAPHY GEOMETRY HSTORE INET INTEGER JSONB JSONTYPE MACADDR MEDIUMINT NOW NUMBER RANGE REAL SMALLINT STRING TEXT TIME TINYINT UUID UUIDV1 UUIDV4 VIRTUAL - 29236 byte 1054 2020-12-07 11:52:57 (UTC)
lib/deferrable.js Deferrable - 2667 byte 103 2020-12-07 11:51:55 (UTC)
lib/dialects/abstract/connection-manager.js - - 10957 byte 353 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/index.js - - 1907 byte 73 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/query-generator.js - - 95673 byte 2653 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/query-generator/helpers/quote.js - - 3303 byte 87 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/query-generator/operators.js - - 1904 byte 84 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/query-generator/transaction.js - - 1869 byte 80 2020-12-07 11:52:57 (UTC)
lib/dialects/abstract/query.js - - 23150 byte 741 2020-12-07 11:52:57 (UTC)
lib/dialects/mariadb/connection-manager.js - - 4600 byte 145 2020-12-07 11:52:57 (UTC)
lib/dialects/mariadb/data-types.js - - 3315 byte 122 2020-12-07 11:52:57 (UTC)
lib/dialects/mariadb/index.js - - 1754 byte 62 2020-12-07 11:52:57 (UTC)
lib/dialects/mariadb/query-generator.js - - 1481 byte 38 2020-12-07 11:52:57 (UTC)
lib/dialects/mariadb/query.js - - 10197 byte 325 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/connection-manager.js - - 5819 byte 183 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/data-types.js - - 6285 byte 216 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/index.js - - 1577 byte 63 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/query-generator.js - - 31778 byte 899 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/query-interface.js - - 2453 byte 68 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/query.js - - 13178 byte 413 2020-12-07 11:52:57 (UTC)
lib/dialects/mssql/resource-lock.js - - 430 byte 25 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/connection-manager.js - - 5323 byte 159 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/data-types.js - - 4059 byte 140 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/index.js - - 1650 byte 60 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/query-generator.js - - 17602 byte 541 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/query-interface.js - - 2805 byte 91 2020-12-07 11:52:57 (UTC)
lib/dialects/mysql/query.js - - 8994 byte 279 2020-12-07 11:52:57 (UTC)
lib/dialects/parserStore.js - - 430 byte 23 2020-12-07 11:51:55 (UTC)
lib/dialects/postgres/connection-manager.js - - 11797 byte 320 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/data-types.js - - 14258 byte 526 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/hstore.js - - 315 byte 15 2020-12-07 11:51:55 (UTC)
lib/dialects/postgres/index.js - - 1919 byte 71 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/query-generator.js - - 33438 byte 949 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/query-interface.js - - 5381 byte 157 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/query.js - - 13359 byte 382 2020-12-07 11:52:57 (UTC)
lib/dialects/postgres/range.js - - 2074 byte 79 2020-12-07 11:51:55 (UTC)
lib/dialects/sqlite/connection-manager.js - - 3433 byte 92 2020-12-07 11:52:57 (UTC)
lib/dialects/sqlite/data-types.js - - 5173 byte 213 2020-12-07 11:52:57 (UTC)
lib/dialects/sqlite/index.js - - 1628 byte 58 2020-12-07 11:52:57 (UTC)
lib/dialects/sqlite/query-generator.js - - 16447 byte 485 2020-12-07 11:52:57 (UTC)
lib/dialects/sqlite/query-interface.js describeTable - 11063 byte 299 2020-12-07 11:52:57 (UTC)
lib/dialects/sqlite/query.js - - 14834 byte 460 2020-12-07 11:52:57 (UTC)
lib/errors/association-error.js AssociationError - 377 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/base-error.js BaseError - 599 byte 18 2020-12-07 11:52:57 (UTC)
lib/errors/bulk-record-error.js BulkRecordError - 591 byte 22 2020-12-07 11:52:57 (UTC)
lib/errors/connection-error.js ConnectionError - 516 byte 22 2020-12-07 11:52:57 (UTC)
lib/errors/connection/access-denied-error.js AccessDeniedError - 401 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/connection-acquire-timeout-error.js ConnectionAcquireTimeoutError - 410 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/connection-refused-error.js ConnectionRefusedError - 385 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/connection-timed-out-error.js ConnectionTimedOutError - 387 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/host-not-found-error.js HostNotFoundError - 393 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/host-not-reachable-error.js HostNotReachableError - 409 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/connection/invalid-connection-error.js InvalidConnectionError - 430 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/database-error.js DatabaseError - 716 byte 34 2020-12-07 11:52:57 (UTC)
lib/errors/database/exclusion-constraint-error.js ExclusionConstraintError - 667 byte 24 2020-12-07 11:52:57 (UTC)
lib/errors/database/foreign-key-constraint-error.js ForeignKeyConstraintError - 743 byte 26 2020-12-07 11:52:57 (UTC)
lib/errors/database/timeout-error.js TimeoutError - 360 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/database/unknown-constraint-error.js UnknownConstraintError - 667 byte 24 2020-12-07 11:52:57 (UTC)
lib/errors/eager-loading-error.js EagerLoadingError - 386 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/empty-result-error.js EmptyResultError - 397 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/index.js - - 1751 byte 31 2020-12-07 11:52:57 (UTC)
lib/errors/instance-error.js InstanceError - 373 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/optimistic-lock-error.js OptimisticLockError - 842 byte 33 2020-12-07 11:52:57 (UTC)
lib/errors/query-error.js QueryError - 352 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/sequelize-scope-error.js SequelizeScopeError - 369 byte 16 2020-12-07 11:52:57 (UTC)
lib/errors/validation-error.js ValidationError ValidationErrorItem - 6671 byte 209 2020-12-07 11:52:57 (UTC)
lib/errors/validation/unique-constraint-error.js UniqueConstraintError - 803 byte 26 2020-12-07 11:52:57 (UTC)
lib/hooks.js - - 15379 byte 557 2020-12-07 11:52:57 (UTC)
lib/index-hints.js IndexHints - 273 byte 14 2020-12-07 11:51:55 (UTC)
lib/instance-validator.js - - 14403 byte 431 2020-12-07 11:52:57 (UTC)
lib/model-manager.js - - 2310 byte 98 2020-12-07 11:52:57 (UTC)
lib/model.js Model - 195712 byte 4521 2020-12-07 11:52:57 (UTC)
lib/operators.js Op - 2187 byte 90 2020-12-07 11:51:55 (UTC)
lib/promise.js - - 167 byte 7 2020-12-07 11:52:57 (UTC)
lib/query-interface.js QueryInterface - 48143 byte 1469 2020-12-07 11:52:57 (UTC)
lib/query-types.js QueryTypes - 829 byte 38 2020-12-07 11:51:55 (UTC)
lib/sequelize.js Sequelize - 52865 byte 1386 2020-12-07 11:52:57 (UTC)
lib/sql-string.js - - 3588 byte 124 2020-12-07 11:51:55 (UTC)
lib/table-hints.js TableHints - 888 byte 38 2020-12-07 11:51:55 (UTC)
lib/transaction.js Transaction - 8676 byte 314 2020-12-07 11:52:57 (UTC)
lib/utils.js - - 16479 byte 637 2020-12-07 11:52:57 (UTC)
lib/utils/classToInvokable.js - - 561 byte 24 2020-12-07 11:52:57 (UTC)
lib/utils/deprecations.js - - 903 byte 11 2020-12-07 11:52:57 (UTC)
lib/utils/logger.js - - 717 byte 39 2020-12-07 11:52:57 (UTC)
lib/utils/validator-extras.js - - 2776 byte 102 2020-12-07 11:51:55 (UTC)

Copyright © 2014–present Sequelize contributors
Licensed under the MIT License.
https://sequelize.org/v5/source.html