1.0.1 • Published 2 years ago

exposerjs-orm-prisma v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Prisma implementation for ExposerJS

Supports ExposerJS for Prisma ORM. Included by default

Funcionality

export function exporter(prismaClient) {
  const prismaInstance = new prismaClient();
  return {
    models: prismaInstance,
    runtimeModels: prismaInstance._runtimeDataModel.models,
    schematizer,
    getAcls,
    user: {
      signIn,
      signUp,
      tokenVerify,
    },
  };
}
1.0.1

2 years ago

1.0.0

2 years ago