CRUD Operations

In this section of the documentation, we will illustrate how to perform basic CRUD operations using dataloom on simple Models. Please note that in the following code snippets, I will be utilizing sqlite_loom, mysql_loom, pg_loom or loom interchangeably. However, it’s important to highlight that you can use any loom of your choice to follow along.

  1. Creating a Records

  2. Reading a Records

  3. Updating a Records

  4. Deleting a Records