SQLite Reader

View on GitHub

Upload SQLite File

btw, there's a maximum upload limit of 50MB

Upload a SQLite file to visualize its content.

How does it work?

Whenever you upload a SQLite file, it gets sent to the server where the entire contents gets read and returned in a massive JSON object, which is parsed into multiple tables.

Do my files get saved?

Only when it's being processed. Once it's done, the file is immediately deleted, so no worries about your data being stored.

A reminder that the site is open source, so you can view the code! Check the first link at the top of the page.

A reminder about large files

As the database gets visualised in the browser, it can be a bit slow with large files. Please be patient! Of course the site is limited by your system performance, so if you're on a potato, it's gonna be slow.