How generate default CRUD forms using existing PostgreSQl tables

I have many database tables with so many fields or columns, I am looking for a quick way to generate CRUD forms without manually adding each individual database fields to the form. It is easier to modify a system generated form, than to create one manually. Is there a way to have Wappler automatically generate CRUD forms for all my database tables.

Yes, as long as you have the get/update queries written the bootstrap form generator will create the forms for you and pre populate the fields with data

Have a look at how easy this is. Watch at 6:20 of this @Hyperbytes’ video Creating an database table update form using bootstrap generator and server connect

1 Like

I suggest you view this and it will explain all the techniques you need.