MCPcopy
hub / github.com/sequelize/sequelize / showAllSchemas

Method showAllSchemas

lib/sequelize.js:730–732  ·  view source on GitHub ↗

* Show all defined schemas * * **Note:** this is a schema in the [postgres sense of the word](http://www.postgresql.org/docs/9.1/static/ddl-schemas.html), * not a database table. In mysql and sqlite, this will show all tables. * * @param {object} [options={}] query options * @param

(options)

Source from the content-addressed store, hash-verified

728 * @returns {Promise}
729 */
730 async showAllSchemas(options) {
731 return await this.getQueryInterface().showAllSchemas(options);
732 }
733
734 /**
735 * Drop a single schema

Callers 8

dropTestSchemasFunction · 0.45
model.test.jsFile · 0.45
has-one.test.jsFile · 0.45
has-many.test.jsFile · 0.45
belongs-to.test.jsFile · 0.45
separate.test.jsFile · 0.45

Calls 1

getQueryInterfaceMethod · 0.95

Tested by

no test coverage detected