Allows to perform queries on data stored in a SQLite database.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-port-ch-private-deployment-options.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Arguments
db_path— Path to a file with an SQLite database. String.table_name— Name of a table in the SQLite database. String.
Returned value
- A table object with the same columns as in the original
SQLitetable.
Example
Query
Response
Related
- SQLite table engine
- SQLite database engine — Data types support section