Does open source version of Convex have web interface?
I have run open source convex backend successfully. Is it possible somehow browse database tables by web? Or I have to create my own service for this
5 Replies
they plan to release a way for the convex interface to connect with the local install soon so it might be out before you could build a full featured one.
Thank you! May you explain how to add for example new table for existing local convex db for now? Are there any tools?
as soon as you add it to the schema file its added.
Are there any tools to check structure of DB (all tables) and/or data?
Or just using CLI?
can you say what you mean by "check structure"? meaning, check to see the data in the database matches the schema?