You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -376,6 +396,7 @@ See [Prisma Migrate](https://www.prisma.io/docs/orm/prisma-migrate) documentatio
376
396
377
397
# Limitations
378
398
379
-
1. Only SQLite (better-sqlite3) and Postgres (pg) database providers are supported.
399
+
1. Only SQLite (better-sqlite3) and Postgres (pg) database providers are supportedfor now.
380
400
1. Prisma client extensions are not supported.
381
401
1. Prisma custom generators are not supported (may add support in the future).
402
+
1. [Filtering on JSON fields](https://www.prisma.io/docs/orm/prisma-client/special-fields-and-types/working-with-json-fields#filter-on-a-json-field-advanced) is not supported yet.
0 commit comments