Manipulating the database with CRUD
Now that you are familiar with databases, it is time to teach you how to manipulate data and integrate database items with your frontend, your application pages, and interface. This practice is also known as CRUD. These operations are all available inside Workflow Actions and are what will allow you to build cool dynamic applications using no-code. Let’s learn how to create them using Bubble.
Create
After creating the database structure, of course, you want to store data inside it, right? But how do we allow our application users to add data inside the database while using our application? We do this by simply giving them fields to type in information. The creation of data inside your database will rely mostly on your users interacting with your pages, but, of course, that is not the only way to add data to a database; it can also be done using automation, APIs, and backend workflows. Now, we are going to focus on allowing your users...