I have a schema laid out and would like to mass create all of my tables for an app instead of manually doing it.
The basic process is straight forward, but changing every column to the correct type (datetime, text, number, multi text etc etc) is a real task with alot of tables.
I also dont seem to be able to create the glide created row id table automatically in anyway. Id ideally like to create and rename it upon import.
I saw that the glide Agent is available for new plans, but maybe that would be the answer once available?
Create CSVs with a valid row of data in the right format as you want, then upload it to Glide. I think that would solve the issue partially so you don’t have to “change every column to the correct type”.
It doesn’t matter what the format of your data schema is, whether text or a diagram, as of now it is still a manual process in “current Glide” to get from the data schema to the database being set up with tables, columns and relations created.
This is expected to change in a few weeks or months, a “New Glide” was announced a few hours ago.
On the one hand, creating the database by hand can feel like wasted time. On the other, it gives us control and perhaps a better understanding of the setup. A poor experience in my opinion is if you upload a data schema or vibecode something and you as the developer have no oversight or control over the database, this is a fine recipe to deliver spaghetti apps (a castle that looks like Versailles built out of chopsticks). An nice experience, and maybe this is what we will see in “New Glide”, is a process that leverages AI, that allows us builders to go faster, all the while having oversight and control.