PrismaP
Prisma4mo ago
3 replies
Luex

Migrating from MariaDB to sqlite

I am currently migrating from mariadb to sqlite (both using prisma).

I have multiple Decimal(20,8) values in my prisma schema file.
Do i need to store the values as text or does the prisma sqlite client keep the high decimal precision?
Was this page helpful?