-
AsciiDoc has a macro that lets you pull in adoc content from other files. The `include::` macro isn't working on our Franklin pages. See the official documentation for `include::` [here](https://docs.…
-
### Bug description
When renaming a field with an enum type, Migrate attempts to drop the existing column + recreate a new one with the new name. This guarantees data loss, which I want to avoid
…
-
Pgpool-II might be an alternative to PgBouncer that we want to test and confirm working with Prisma:
https://www.pgpool.net/mediawiki/index.php/Main_Page
https://www.sraoss.co.jp/event_seminar/201…
-
> I am currently working on a project, using TypeGraphQL-Prisma, where I often encounter the case of 'any authenticated user can Read objects, but only admins can Create, Update, or Delete'.
>
> a…
-
> _Originally posted by @j718 in https://github.com/MichalLytek/typegraphql-prisma/issues/1#issuecomment-697454730_
```
"type-graphql": "^1.0.0",
typegraphql-prisma": "^0.6.1",
```
I keep g…
-
### Bug description
I've been working with `multiSchema` and thought I'd managed to get everything happy, but now I've ended up in a situation where I get the dreaded Schema Drift message and asks me…
-
How to bring real-world trust and compliance into the **Digital Notarization (DN)** process. The flow of notarization in the real world is subjective, based on both the document and the identity verif…
-
**given the following schema:**
```
model User {
id Int @id @default(autoincrement())
email String
name String
uid String
group…
-
### Problem
Prisma removed support for Enum in Sqlite and SqlServer back in 2020, leading to increased boilerplate code and a lack of a single source of truth. For instance, the data model, initially…
-
I noticed a weird bug (same time is high priority I think). For any given Float entry, when I want to edit the field from the admin I can't add any `.` or `,`.
![prisma_admin_bug_cant_add_point_to_…