Does Prisma support MariaDB 10.6
https://www.prisma.io/docs/orm/reference/supported-databases mentioned MariaDB 10.0+
Does the
+
means 10.0.x or the versions from 10.0 (including 10.6)?Databases supported by Prisma ORM | Prisma Documentation
This page lists all the databases and their versions that are supported by Prisma ORM.
5 Replies
Hi @TJ 👋
I believe MariaDB 10.6 is supported. Are you running into any issues?
I used db pull to introspect a MariaDB 10.6 database, and a schema is generated without error.
Then I encounter the following error when I tried to generate the Prisma Client,
Hmm, that seems like a bug, what happens if you remove map attribute?
The error is gone after removing the empty string map attribute.
Cool, I would still recommend reporting a bug using this link:
https://github.com/prisma/prisma/issues/new/choose
Our ORM team would like to dig into why the map attribute was empty. 🙏