37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
---
|
|
title: Database GUI Reference
|
|
description: Create and manage databases via the web GUI
|
|
page_title: Database Creation and Management
|
|
page_description: Create and manage databases via the web GUI
|
|
---
|
|
|
|
## Quick Links
|
|
|
|
<div className="w-full grid grid-cols-1 gap-4 items-stretch">
|
|
<DocsCard
|
|
title="Create a New Database"
|
|
description="Create a new database from the web GUI."
|
|
href="/docs/gui-reference/databases/create-database"
|
|
/>
|
|
<DocsCard
|
|
title="Create a New Table"
|
|
description="Create a table inside your database."
|
|
href="/docs/gui-reference/databases/create-table"
|
|
/>
|
|
<DocsCard
|
|
title="Create Table Fields"
|
|
description="Define the columns and data types for your table."
|
|
href="/docs/gui-reference/databases/create-table-fields"
|
|
/>
|
|
<DocsCard
|
|
title="Add an Entry"
|
|
description="Insert a new row into a table."
|
|
href="/docs/gui-reference/databases/add-entry"
|
|
/>
|
|
<DocsCard
|
|
title="Create Table Indexes"
|
|
description="Add indexes to improve query performance."
|
|
href="/docs/gui-reference/databases/create-table-indexes"
|
|
/>
|
|
</div>
|