No JSON Schema generator from database schemas? #524
jeffreytgilbert
started this conversation in
General
Replies: 1 comment
-
Have you looked on our implementations page? There are several listed in various languages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Validating forms is annoying, repetitive, redundant, error prone work that’s duplicated effort on the client, server, and then the database, not to mention in test code on both the server and client. If there is no json schema generator which takes a database connection or schema and outputs a json schema file for use on both the client and server, then why not? Surely someone somewhere has written a library for doing this.
Beta Was this translation helpful? Give feedback.
All reactions