{"library":"sqlite-view","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.2.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-view","imports":["import SqliteView from 'sqlite-view'","import SqliteView from 'https://unpkg.com/sqlite-view/sqlite-view.js'","<script type=\"module\">import SqliteView from 'sqlite-view'"]},{"cmd":"yarn add sqlite-view","imports":[]},{"cmd":"pnpm add sqlite-view","imports":[]}],"homepage":"https://gitlab.com/ryneeverett/sqlite-view","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"sqlite-view","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}