Migrating from MariaDB to sqlite
I am currently migrating from mariadb to sqlite (both using prisma).
I have multiple
Do i need to store the values as text or does the prisma sqlite client keep the high decimal precision?
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?