-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement DB get schema (w/ endpoint) #2489
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we would be storing / updating the schema in DB ?
The schema functions should be create / update with row (which can error if there is something incompatible) no?
1345062
to
c6b05f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small code styling change. Otheriwse LGTM feel free to merge once addressed 👍
a17b5b9
to
c0fd006
Compare
there's no schema "caching" yet, this is recomputing from scratch every call. The whole pre-building / caching stuff will be done separately (once we get everything working without it)
implementation for #2212