1.0.1 • Published 5 months ago

exposerjs-orm-prisma v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

5 months ago

1.0.0

6 months ago