From 35e9f2711874bae48a59bf8eefc602cc7a4fecfe Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:06:48 -0800 Subject: [PATCH] docs: add postgres only to json type limitations --- docs/guides/typing-json.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/typing-json.md b/docs/guides/typing-json.md index 9b33dce4..949e8355 100644 --- a/docs/guides/typing-json.md +++ b/docs/guides/typing-json.md @@ -203,6 +203,7 @@ const profile = ProfileSchema.parse({ This feature is in preview and has the following limitations: +1. Only PostgreSQL database is supported. 1. Types cannot inherit from other types. 1. Models cannot inherit from types. 1. Types and abstract models are conceptually similar and they should probably be consolidated.