MCPcopy
hub / github.com/kysely-org/kysely / dropView

Function dropView

test/node/src/introspect.test.ts:906–908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

904 }
905
906 async function dropView() {
907 ctx.db.schema.dropView('toy_names').ifExists().execute()
908 }
909
910 async function createSchema() {
911 await ctx.db.schema.createSchema('some_schema').execute()

Callers 1

introspect.test.tsFile · 0.85

Calls 3

dropViewMethod · 0.80
executeMethod · 0.65
ifExistsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…