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 is a browser-based SQL database that runs SQLite for query processing and local storage. It provides a system for saving relational data locally in the browser to ensure persistence across page refreshes and restarts. The project implements an IndexedDB persistence layer that stores SQLite database blocks within the browser. This approach avoids loading entire database images into memory, enabling the storage of structured relational data locally to maintain functionality during offline use.
Integrates SQLite as a relational engine within the browser for efficient local storage and complex querying.