Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. Mongoose {
  2. connections:
  3. [ NativeConnection {
  4. base: [Circular],
  5. collections: [Object],
  6. models: [Object],
  7. config: [Object],
  8. replica: false,
  9. hosts: null,
  10. host: null,
  11. port: null,
  12. user: null,
  13. pass: null,
  14. name: null,
  15. options: null,
  16. otherDbs: [],
  17. _readyState: 0,
  18. _closeCalled: false,
  19. _hasOpened: false,
  20. _listening: false } ],
  21. models:
  22. { Account:
  23. { [Function: model]
  24. hooks: [Object],
  25. base: [Circular],
  26. modelName: 'Account',
  27. model: [Function: model],
  28. db: [Object],
  29. discriminators: undefined,
  30. authenticate: [Function],
  31. serializeUser: [Function],
  32. deserializeUser: [Function],
  33. register: [Function],
  34. findByUsername: [Function],
  35. createStrategy: [Function],
  36. _events: [Object],
  37. _eventsCount: 2,
  38. schema: [Object],
  39. collection: [Object],
  40. Query: [Object],
  41. '$__insertMany': [Function],
  42. insertMany: [Function] },
  43. user_sessions:
  44. { [Function: model]
  45. hooks: [Object],
  46. base: [Circular],
  47. modelName: 'user_sessions',
  48. model: [Function: model],
  49. db: [Object],
  50. discriminators: undefined,
  51. _events: [Object],
  52. _eventsCount: 2,
  53. schema: [Object],
  54. collection: [Object],
  55. Query: [Object],
  56. '$__insertMany': [Function],
  57. insertMany: [Function] } },
  58. modelSchemas:
  59. { Account:
  60. Schema {
  61. obj: [Object],
  62. paths: [Object],
  63. subpaths: {},
  64. virtuals: {},
  65. singleNestedPaths: {},
  66. nested: {},
  67. inherits: {},
  68. callQueue: [Object],
  69. _indexes: [],
  70. methods: [Object],
  71. statics: [Object],
  72. tree: [Object],
  73. query: {},
  74. childSchemas: [],
  75. plugins: [Object],
  76. s: [Object],
  77. options: [Object],
  78. '$globalPluginsApplied': true,
  79. _requiredpaths: [] },
  80. user_sessions:
  81. Schema {
  82. obj: [Object],
  83. paths: [Object],
  84. subpaths: {},
  85. virtuals: [Object],
  86. singleNestedPaths: {},
  87. nested: {},
  88. inherits: {},
  89. callQueue: [Object],
  90. _indexes: [],
  91. methods: {},
  92. statics: {},
  93. tree: [Object],
  94. query: {},
  95. childSchemas: [],
  96. plugins: [Object],
  97. s: [Object],
  98. options: [Object],
  99. '$globalPluginsApplied': true } },
  100. options: { pluralization: true } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement