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

Method showAllSchemas

src/sequelize.js:738–740  ·  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

736 * @returns {Promise}
737 */
738 async showAllSchemas(options) {
739 return await this.getQueryInterface().showAllSchemas(options);
740 }
741
742 /**
743 * 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