sqlite-local-storage
CommunityLocal SQLite storage with optimized indexing
AuthorStevenWXY
Version1.0.0
Installs0
System Documentation
What problem does it solve?
本地应用在离线和高吞吐场景中需要一个高性能、可扩展的本地数据库解决方案,以实现文件元数据的索引、快速检索和稳定的事务控制。
Core Features & Use Cases
- 结构化元数据存储与快速查询:通过 files 表存储路径、修改时间、大小等元数据,支撑快速 UI 渲染和同步状态判断。
- 全文与向量搜索能力:内置 FTS5 索引用于关键词搜索,支持 sqlite-vec 向量检索实现语义检索,提升查找准确度与可用性。
- 稳定的并发与事务保障:WAL 模式促进并发读写,提供事务封装和批量操作的原子性,确保数据完整性。
- 可进化的本地架构:具备数据库初始化、 schema 迁移、日志与对话历史持久化等能力,方便长期迭代。
Quick Start
在 Electron 应用中初始化本地 SQLite 存储、建立索引并开始使用文件索引与搜索。
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sqlite-local-storage Download link: https://github.com/StevenWXY/Project-Sibylla/archive/main.zip#sqlite-local-storage Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.