Search Node.js SQLite API documentation by class and method to find usage details.
304,790 tools. Last updated 2026-07-20 17:06
"SQLite" matching MCP tools:
- Generate SQLite-based handlers on Flux MCP server using process ID and handler code, enabling automated creation and management of database interactions without manual coding.BSD 3-Clause
- Scan a directory to identify all SQLite database files (.db, .sqlite, .sqlite3) for database management and query operations.MIT
- Store birth chart data in a local SQLite database for future access. Retrieve saved horoscopes by name or ID without re-entering details.MIT
- Validate data files by parsing JSON, checking CSV shape, and verifying SQLite integrity. Use as a smoke check to detect corruption early.MIT
- Back up SQLite and JSON data files to create a timestamped restore point before risky migrations or refactors.MIT
Matching MCP Servers
- MIT
- Alicense-qualityAmaintenanceRead-only SQLite access for AI agents in a single ~1 MB static binary. Query tool with row limits, list_tables, and table schemas exposed as MCP resources. The database is opened read-only, so writes fail at the SQLite layer. No Python, no Node, no runtime to install; SQLite is compiled in. Binaries for Linux, macOS, and Windows.Last updatedMIT
Matching MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…
- Delete all cached GAQL responses from the local SQLite database to force fresh API queries without affecting your Google Ads account.MIT
- Inspect the SQLite cache storing Google Ads GAQL responses: view enabled flag, on-disk path, entry count, oldest entry age, and default TTL. No Google Ads API calls or credentials needed.MIT
- Search persistent memory across SQLite and markdown files to retrieve prior context, feedback, project state, and session notes. Use at conversation start to recall relevant facts.MIT
- Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.MIT
- Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.MIT
- Spider and scrape hierarchical Salesforce documentation from a root page, storing content in a local SQLite database for offline search.MIT
- Provide agents with full database management: create tables, insert, query, update, delete, import, export, and run raw SQL across SQLite, Postgres, MySQL, and Turso.MIT
- Search locally extracted Salesforce documentation in a SQLite database to find relevant sections based on your query.MIT
- Persist facts, decisions, lessons, or patterns for durable context retrieval. Writes to SQLite, optionally syncs to Obsidian vault. Handles duplicates via strict, warn, or off modes.MIT
- Retrieve all views in the connected SQLite database to explore available views or verify a view exists before querying.MIT
- Persist durable, repository-scoped facts (architectural decisions, conventions) to local SQLite store for recall across sessions. Append-only; call search_memory first to avoid redundant entries.
- Clear the in-memory thinking state to start a fresh session while preserving all previous data in SQLite. Requires confirmation to prevent accidental clearing.MIT
- Save the current conversation session to a local SQLite database for later resumption. Use auto_summarize to let Veto generate a structured summary automatically.MIT
- Remove all indexed content from a named source, including vector store, BM25 index, and SQLite metadata. Use dry run to preview before permanent deletion.MIT