Closed Kussie closed 2 years ago
Prisma with SQLite doesn't support some data types that are being used. So I am not currently planning on adding support for it.
Do you have an example out of curiosity? The Prisma docs don't make any mention of any such limitations that are currently being used? The only thing it doesn't support is JSON types, which according to the schema and migrations isn't being used anyway.
It doesn't support array types
It also doesn't support transactions.
It would be great if we had the option to use SQLite instead of Postgres. Personally i dislike having to run a full featured RDBMS, makes it easier to backup individual projects and such as well.