CRUD operations manually to the database

Hi! I am wondering if there is a way to manually create, read, update and delete rows in a database during development and testing. I could not find that part in tutorials.

Thank you :slight_smile:

Hi! There’s a few ways to generate testdata.

  1. Use GraphQL, perform CRUD operations similar to SQL: GraphQL - Appfarm Documentation
  2. Create a new App, with actions just for creating and updating testdata, og using Import Data action node to import data from CSV

Oki! I used the “import data” action and now I have the “upload data from CSV” visible. What do I do next?