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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey 👋
I have a use case whee I need to generate json schema , when underlying db schema changes.
This is useful to allow driving htmx gui .
it will make hof be able to have a cli and a web gui from one source. I saw you have a cli that you generate .
if we gen jsonschena , then web GUI will update in real time without a compile step .
would like to discuss, because I know that cue has support for json schema .
https://cuetorials.com/first-steps/convert-jsonschema/ Demonstrates how powerful this is , but I am not sure if cue can en json schema or its more that json schema can gen cue ..
https://cuelang.org/docs/concept/how-cue-works-with-json-schema/ Shows off the validation too .
because cue can be used as a scripting language and does not need to be compiled then this could work well . Am I misunderstanding?
Beta Was this translation helpful? Give feedback.
All reactions