Enables access to SQLite databases via the Model Context Protocol.
SQLite enables access to SQLite databases through the Model Context Protocol (MCP). Implemented in Rust, it offers a server that facilitates querying, executing statements and scripts, and performing batch operations on SQLite databases. It supports both in-memory and file-based databases, and provides a client example for testing and integration.