-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support for Json field type in SQLite #3786
Copy link
Copy link
Closed
prisma/prisma-engines
#5088Labels
kind/featureA request for a new feature.A request for a new feature.topic: JsonScalar type `Json`Scalar type `Json`topic: client typesTypes in Prisma ClientTypes in Prisma Clienttopic: sqlite
Milestone
Description
Problem
SQLite has had support for JSON field type for a while. Sequelize supports this field type on par with Postgres and MySQL.
Lack of support for this field type by Prisma is preventing us from porting over our project.
SQLite is a great bootstrapping technology that allows developers to quickly prototype applications without introducing new dependencies such as docker or worry about running yet another service in the development flow. JSON field type gives us the option to have a nosql database colocated in a sql database.
Suggested solution
Please implement support for this feature. See JSON Extension documentation and refer to Sequelize's implementation if required.
Alternatives
Defer migration to Prisma and stick with Sequelize. Maintain status quo.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureA request for a new feature.A request for a new feature.topic: JsonScalar type `Json`Scalar type `Json`topic: client typesTypes in Prisma ClientTypes in Prisma Clienttopic: sqlite
