From 363fa2103253de30856d3454a9ef0f94b4570264 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 16 Jul 2025 10:52:10 +0100 Subject: [PATCH] Updates --- pages/api-reference/crud/index.mdx | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pages/api-reference/crud/index.mdx diff --git a/pages/api-reference/crud/index.mdx b/pages/api-reference/crud/index.mdx new file mode 100644 index 0000000..3dda51f --- /dev/null +++ b/pages/api-reference/crud/index.mdx @@ -0,0 +1,43 @@ +--- +title: API CRUD | Datasquirel Docs +description: Run basic database operations via the API +page_title: CRUD +page_description: Run basic database operations via the API +--- + +## CRUD Operations + +CRUD stands for `create`, `read`, `update`, `delete`. These are the building blocks of data management, and Datasquirel makes these processes a walk in the park. + +
+ + + + + +