Overview
Generate code from your Outerbase account instantly. Introspection empowers a Universal Data Language.
Last updated
Generate code from your Outerbase account instantly. Introspection empowers a Universal Data Language.
Last updated
Introspection is the process in which our system looks at your resources such as your database and derives information from them to better understand how the objects and relationships exist in "reality". Your database should be the source of truth of information. How many users you have could differ between your database and an analytics tool, but your database holds the real answer.
Once all of these database tables, column constraints and foreign key relationships are understood then we can start generating usable code for your other platforms such as the backend and frontend that integrate tightly with how your database has been constructed.
What we have above with a basic database table can now be converted into code we can use by simply running a command in our project to generate these files – and the great part is you don't have to do it yourself.