MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / createORM

Function createORM

packages/core/fumadb/src/adapters/mongodb/index.ts:17–19  ·  view source on GitHub ↗
(schema)

Source from the content-addressed store, hash-verified

15 return {
16 name: "mongodb",
17 createORM(schema) {
18 return fromMongoDB(schema, options.client);
19 },
20 createMigrationEngine() {
21 return createMongoDBMigrator(this, options.client);
22 },

Callers

nothing calls this directly

Calls 1

fromMongoDBFunction · 0.90

Tested by

no test coverage detected