This commit is contained in:
Benjamin Toby
2025-07-16 20:25:22 +01:00
parent 6ef1f9ad0b
commit af734a7410
2 changed files with 60 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
title: Database Reference | Datasquirel docs
description: Learn SQL in conjunction with Datasquirel
page_title: Database Reference
page_description: Learn SQL in conjunction with Datasquirel
---
## Overview
SQL (Sequential Query Language) is the industry-standard, battle-tested database querying language used to interact with relational databases. While datasquirel aims to abstract much of it, knowing the basics is still very important to get the full power of datasquirel management system.
<div className="w-full grid grid-cols-1 gap-4 items-stretch">
<DocsCard
title="Data Types"
description="Learn SQL data types"
img={<RailSymbol />}
href="/docs/database-reference/data-types"
className="h-full"
/>
<DocsCard
title="Querying Data"
description="Basic data querying with SQL"
img={<DatabaseZap />}
href="/docs/database-reference/querying-data"
className="h-full"
/>
</div>