-
## The Problem
Right now, there are two ways of ensuring referential integrity within Prisma. One is using [foreign keys](https://www.prisma.io/docs/guides/general-guides/database-workflows/foreign…
-
**Expected**
1. Upload .csv with 400 rows
2. 400 rows are created without error
**Actual**
1. Upload .csv with 400 rows
2. PDO statement error (see error screenshot) suggesting to add PDO:MYSQL…
-
-
According to @enisoc on Slack:
> the recommendation of k8s 1.14 matches the pinned 2.0.0 version of the operator that the vitess docs currently use. if you use the latest operator from master, we r…
-
Prefix indexes only index some small prefix of the column. This lets us reduce the index size (default 140 characters) to some 5-10 chars.
This is useful when we know for sure that prefix of the c…
-
Hi, I receive this error after terminal cmd npx prisma db push
```
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": MySQL database "parrocch…
-
### Overview of the Issue
Opening this issue on behalf of @dBianchii who's first reported this issue in https://github.com/vitessio/vitess/issues/4386#issuecomment-1499253926.
When you try conne…
-
PlanetScale’s was super neat:
-
Hi!
I am currently working on an application that stores geodata in a MySQL database using the [spatial data types](https://dev.mysql.com/doc/refman/8.0/en/creating-spatial-columns.html).
I can us…
-
Hello,
blackfriday is too buggy and annoying. :) there is a new go-based markdown parser goldmark, now used in huge instead of blackfriday
https://github.com/yuin/goldmark
we have our own for…