| title | Reference |
|---|---|
| description | Index page for reference section |
| category | reference |
| status | publish |
| icon | docs-ref |
| slug | reference |
import IndexPage from "@docs-website-components/Docs/IndexPage.astro"
export const introduction = "SQLite Cloud is a distributed relational database system built on top of the SQLite database engine. It has been specifically designed from the ground up to ensure the strong consistency of your data across all nodes in a cluster while simultaneously managing the technical aspects of scaling, security, and data distribution."
export const sections = [ { icon: "curvedArrow", title: "Server-side Commands", description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", href: "/docs/server-side-commands", }, { icon: "twoColsGrid", title: "CLI", description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", href: "/docs/cli-commands", }, { icon: "sqlite-stacked", title: "SQLite", description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", href: "/docs/sqlite", }, ]