1 个仓库
Integrating SQLite specifically into web browser environments for client-side querying.
Distinct from SQLite Integrations: Focuses on the browser-specific environment rather than general SQLite driver or log analysis integrations.
Explore 1 awesome GitHub repository matching data & databases · Web Browser Integrations. Refine with filters or upvote what's useful.
Absurd-sql 是一个基于浏览器的 SQL 数据库,运行 SQLite 进行查询处理和本地存储。它提供了一个系统,用于在浏览器中本地保存关系数据,以确保在页面刷新和重启后数据依然持久。 该项目实现了 IndexedDB 持久化层,将 SQLite 数据库块存储在浏览器中。这种方法避免了将整个数据库镜像加载到内存中,从而能够在本地存储结构化关系数据,并在离线状态下保持功能。
Integrates SQLite as a relational engine within the browser for efficient local storage and complex querying.