Skip to content

loorisvalf/sql-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Reader is an addon that helps you easily browse, edit and render SQLite database.

You can execute any SQLite command that you would like (SQL and SQLite have many differences but SQLite has most of the SQL standard). This add-on uses SQLite library which is compiled from C language to JavaScript with Emscripten compiler. Emscripten is a source-to-source compiler that can compile native C/C++ codes to JavaScript language. This addon uses the following open-source projects:

A) sqljs (asm version):

  1. sql.js: https://github.com/sql-js/sql.js/releases/download/v1.6.2/sql.js
  2. worker.sql-asm.js: https://github.com/sql-js/sql.js/releases/download/v1.6.2/worker.sql-asm.js

B) codemirror:

  1. sql.js: https://codemirror.net/codemirror.zip > CodeMirror-5.56.0 > mode > sql > sql.js
  2. codemirror.js: https://codemirror.net/codemirror.zip > CodeMirror-5.56.0 > lib > codemirror.js
  3. codemirror.css: https://codemirror.net/codemirror.zip > CodeMirror-5.56.0 > lib > codemirror.css

You can install this app as a PWA on your mobile device, moreover, it is available as a browser extension as-well-as a web application:

Chrome: https://chrome.google.com/webstore/detail/sqlite-reader/iefihcnlpcaplfbklakcbcbngfangjeg
Edge: https://microsoftedge.microsoft.com/addons/detail/poomkcoehocnegkbebogflbggohjhpli
Firefox: https://addons.mozilla.org/en-US/firefox/addon/sql-reader/
Opera: https://addons.opera.com/en/extensions/details/sql-reader/
Webapp & PWA: https://webbrowsertools.com/sqlite-viewer/


Support & FAQ: https://mybrowseraddon.com/sql-reader.html

About

SQLite Reader

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors