A File extension database explorer because it didn't exists
See the GitHub Page for an example.
npm install
npm run start -s
Navigate to http://localhost:3000/
to see all available files
The explorer load the SQLite database to your browser, parse it thanks to SQL.js allowing you to query the database directly from your web browser. This is done thanks to a port of SQLite to Webassembly, by compiling the SQLite C code.
I'm working on this project in my free time and offering it free of charges. To help me work more on this you can send me tips to buy more coffee :)
- Thanks to FilExt for providing the raw data
- Thanks to Alon Zakai for SQL.js