Build a CRUD app
How to build a basic CRUD app, using Budibase internal tables
Budibase comes with its own pre-packaged database. Within Budibase, you can create tables and columns, set up relationships between tables, and manage the data contained in the tables.
This guide will show you how to create a simple CRUD application with Budibase DB. We will build a Vehicle Maintenance Log, consisting of
A Vehicles table.
A Service Log table, to record the service history of a vehicle
Last updated