Skip to content
  • Auto
  • Light
  • Dark
Get Started
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Sqlite

Vals access a shared SQLite database

Execute
client.sqlite.execute(SqliteExecuteParams { statement } body, RequestOptionsoptions?): ResultSet { columns, columnTypes, rows, 2 more }
post/v1/sqlite/execute
Batch
client.sqlite.batch(SqliteBatchParams { statements, mode } body, RequestOptionsoptions?): SqliteBatchResponse { columns, columnTypes, rows, 2 more }
post/v1/sqlite/batch