Guest User

Sequelizer

a guest
Apr 3rd, 2019
1,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Executing (default): SELECT 1+1 AS result
  2. Sequelize {
  3.   options:
  4.    { dialect: 'mysql',
  5.      dialectModule: null,
  6.      dialectModulePath: null,
  7.      host: 'localhost',
  8.      protocol: 'tcp',
  9.      define: {},
  10.      query: {},
  11.      sync: {},
  12.      timezone: '+00:00',
  13.      clientMinMessages: 'warning',
  14.      logging: [Function: bound consoleCall],
  15.      omitNull: false,
  16.      native: false,
  17.      replication: false,
  18.      ssl: undefined,
  19.      pool: {},
  20.      quoteIdentifiers: true,
  21.      hooks: {},
  22.      retry: { max: 5, match: [Array] },
  23.      transactionType: 'DEFERRED',
  24.      isolationLevel: null,
  25.      databaseVersion: '10.1.38-MariaDB',
  26.      typeValidation: false,
  27.      benchmark: false },
  28.   config:
  29.    { database: 'node-nauka',
  30.      username: 'root',
  31.      password: null,
  32.      host: 'localhost',
  33.      port: 3306,
  34.      pool: {},
  35.      protocol: 'tcp',
  36.      native: false,
  37.      ssl: undefined,
  38.      replication: false,
  39.      dialectModule: null,
  40.      dialectModulePath: null,
  41.      keepDefaultTimezone: undefined,
  42.      dialectOptions: undefined },
  43.   dialect:
  44.    MysqlDialect {
  45.      sequelize: [Circular],
  46.      connectionManager:
  47.       ConnectionManager {
  48.         sequelize: [Circular],
  49.         config: [Object],
  50.         dialect: [Circular],
  51.         versionPromise: null,
  52.         dialectName: 'mysql',
  53.         pool: [Object],
  54.         lib: [Object] },
  55.      QueryGenerator:
  56.       MySQLQueryGenerator {
  57.         sequelize: [Circular],
  58.         options: [Object],
  59.         dialect: 'mysql',
  60.         _dialect: [Circular],
  61.         _templateSettings: [Object],
  62.         OperatorMap: [Object],
  63.         typeValidation: undefined } },
  64.   queryInterface:
  65.    QueryInterface {
  66.      sequelize: [Circular],
  67.      QueryGenerator:
  68.       MySQLQueryGenerator {
  69.         sequelize: [Circular],
  70.         options: [Object],
  71.         dialect: 'mysql',
  72.         _dialect: [Object],
  73.         _templateSettings: [Object],
  74.         OperatorMap: [Object],
  75.         typeValidation: undefined } },
  76.   models: {},
  77.   modelManager: ModelManager { models: [], sequelize: [Circular] },
  78.   connectionManager:
  79.    ConnectionManager {
  80.      sequelize: [Circular],
  81.      config:
  82.       { database: 'node-nauka',
  83.         username: 'root',
  84.         password: null,
  85.         host: 'localhost',
  86.         port: 3306,
  87.         pool: [Object],
  88.         protocol: 'tcp',
  89.         native: false,
  90.         ssl: undefined,
  91.         replication: false,
  92.         dialectModule: null,
  93.         dialectModulePath: null,
  94.         keepDefaultTimezone: undefined,
  95.         dialectOptions: undefined },
  96.      dialect:
  97.       MysqlDialect {
  98.         sequelize: [Circular],
  99.         connectionManager: [Circular],
  100.         QueryGenerator: [Object] },
  101.      versionPromise: null,
  102.      dialectName: 'mysql',
  103.      pool:
  104.       Pool {
  105.         _factory: [Object],
  106.         _count: 1,
  107.         _draining: false,
  108.         _pendingAcquires: [],
  109.         _inUseObjects: [],
  110.         _availableObjects: [Array],
  111.         _removeIdleTimer: [Object],
  112.         _removeIdleScheduled: true },
  113.      lib:
  114.       { createConnection: [Function],
  115.         connect: [Function],
  116.         Connection: [Function: Connection],
  117.         createPool: [Function],
  118.         createPoolCluster: [Function],
  119.         createQuery: [Function: createQuery],
  120.         Pool: [Function: Pool],
  121.         createServer: [Function],
  122.         PoolConnection: [Object],
  123.         escape: [Function: escape],
  124.         escapeId: [Function: escapeId],
  125.         format: [Function: format],
  126.         raw: [Function: raw],
  127.         createConnectionPromise: [Getter],
  128.         createPoolPromise: [Getter],
  129.         createPoolClusterPromise: [Getter],
  130.         Types: [Getter],
  131.         Charsets: [Getter],
  132.         CharsetToEncoding: [Getter],
  133.         setMaxParserCache: [Function],
  134.         clearParserCache: [Function] } },
  135.   importCache: {},
  136.   test:
  137.    { _trackRunningQueries: false,
  138.      _runningQueries: 0,
  139.      trackRunningQueries: [Function: trackRunningQueries],
  140.      verifyNoRunningQueries: [Function: verifyNoRunningQueries] } }
Advertisement
Add Comment
Please, Sign In to add comment