SQLite Viewer

JSON →
library 0.2.0 ·javascript maintenance
verified Jun 7, 2026

sqlite-view 0.2.0 is a JavaScript library for building SQLite database readers in web applications. It emerged as an abstraction of the popular sqlite-viewer application, providing an embeddable component that can load and display SQLite databases directly in the browser. The library uses sql.js (SQLite compiled to WebAssembly) under the hood. Current release cadence is infrequent; the last release was in 2021. It differentiates by offering a simple, no-framework-required widget with support for loading databases via URL or ByteArray, and includes client-side XSS protection for database contents. However, it does not escape table names, which could lead to SQL injection from malicious databases.