Spin SQLite API

The Spin SQLite API provides Spin components with access to an embedded relational database. Components can execute SQL queries and statements using the Spin SDK's SQLite interface, enabling structured data persistence within Spin applications.

API entry from apis.yml

apis.yml Raw ↑
aid: spin:spin-sqlite-api
name: Spin SQLite API
description: The Spin SQLite API provides Spin components with access to an embedded relational database.
  Components can execute SQL queries and statements using the Spin SDK's SQLite interface, enabling structured
  data persistence within Spin applications.
humanURL: https://spinframework.dev/v3/sqlite-api
tags:
- Database
- SQLite
- Storage
- WebAssembly
properties:
- type: Documentation
  url: https://spinframework.dev/v3/sqlite-api
- type: GitHubRepository
  url: https://github.com/fermyon/spin