prisma1 icon indicating copy to clipboard operation
prisma1 copied to clipboard

๐Ÿ’พ Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

Results 100 prisma1 issues
Sort by recently updated
recently updated
newest added

Currently these fields can not be manipulated by the user: **id** > Set during the create mutation to a [cuid](https://github.com/ericelliott/cuid). **createdAt** > Set during the create mutation to the current...

area/api
rfc/1-draft

Dear Prisma 1 users, almost two years ago, [we released the Prisma ORM (i.e. *Prisma 2+*)](https://www.prisma.io/blog/announcing-prisma-2-n0v98rzc8br1) for production usage. This new version of Prisma doesnโ€™t require developers to set up...

**Is your feature request related to a problem? Please describe.** I hate manually having to query and manage my local SQLite database in ReactNative, even with Expo. **Describe the solution...

kind/feature
rfc/0-needs-spec
area/connector

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hey everyone ๐Ÿ‘‹ This issue gives a brief update on the development status of Prisma 1. ### **Prisma 1 is deprecated on Sept, 1st 2022** Prisma 1 has been in...

Example: a User has many Posts. Should be possible to order the Posts by User name. Maybe: ```graphql query { allPosts(orderByRelated: [user_name_ASC]) { id } } ```

kind/feature
area/api

# Feature Request **What feature are you missing?** The ability to use postgres column types other than the basic string, integer, date, etc. Personally, I need to use [ltree](https://www.postgresql.org/docs/current/static/ltree.html) to...

kind/feature
rfc/0-needs-spec
area/connector/postgres

**Describe the bug** This is a list of still open bugs (and still present) from here: https://github.com/prisma/prisma-admin-feedback * https://github.com/prisma/prisma-admin-feedback/issues/120 * https://github.com/prisma/prisma-admin-feedback/issues/158 I recently tried this, and was able to reproduce...

**Is your feature request related to a problem? Please describe.** Prisma client should take advantage of TypeScript's `enum`s instead of just using `type` **Describe the solution you'd like** I would...

kind/discussion
rfc/1-draft
area/client/ts

**Is your feature request related to a problem? Please describe.** I'm working on a large-ish IOT project with a non trivial amount of data. The project uses Prisma as a...

kind/feature
area/performance