1 个仓库
Utilities for reading and extracting raw data from SQLite database files using SQL queries.
Distinct from SQLite Query Interfaces: The candidates focus on routing or serverless queries; this is specifically about local file-based extraction from an embedded database.
Explore 1 awesome GitHub repository matching data & databases · SQLite Data Extraction. Refine with filters or upvote what's useful.
imessage-exporter 是一个将 iMessage 数据库中的消息历史记录和媒体提取为便携式文本和 Web 格式的工具。它充当数据库导出器、诊断工具和解析器,将原始 SQLite 记录转换为标准格式,以便进行跨平台处理。 该项目提供了用于归档对话和恢复数据库文件的实用程序。它包含诊断功能,可分析消息记录以查找内部不一致和结构性问题。 该系统采用仅限本地的处理模型,通过 SQL 查询提取数据,并将关系数据库行映射到结构化的内部数据模型。它将数据库文件路径与物理附件关联,并使用模板生成便携式输出文件。
Extracts raw message records and metadata directly from local system SQLite databases using SQL queries.