0.14.0 • Published 3 months ago

@umami/prisma-client v0.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@umami/prisma-client

Prisma client wrapper

Installation

npm install @umami/prisma-client

Usage

Declare an environment variable for the connection:

DATABASE_URL=postgresql://username:password@hostname:port/database

See https://www.prisma.io/docs/reference/database-reference/connection-urls

Example usage:

import prisma from '@umami/prisma-client';

const user = await prisma.client.user.findUnique({
  where: {
    id: 123
  }
});

License

MIT

0.14.0

3 months ago

0.11.0

4 months ago

0.9.0

4 months ago

0.12.0

4 months ago

0.13.0

4 months ago

0.3.0

10 months ago

0.8.0

5 months ago

0.5.0

6 months ago

0.7.0

6 months ago

0.6.0

6 months ago

0.2.0

1 year ago

0.1.0

1 year ago