Share:
About
Query and modify a local SQLite database file. Inspect tables and schemas, run SELECT/INSERT/UPDATE/DELETE, and get results back as structured rows. Ideal for prototyping, local caches, and small analytics workloads where a full Postgres install is overkill.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.