Hacker News new | ask | show | jobs
by throw0101d 437 days ago
Meta: always found it interesting that .dev was allowed to be a TLD:

* https://en.wikipedia.org/wiki/.dev

More on-topic: another online option:

* https://sqliteviewer.app

* https://inloop.github.io/sqlite-viewer/

Local app:

* https://sqlitebrowser.org

2 comments

This is a different tool—SQLite File Format Viewer is made for anyone interested in exploring the internal structure of SQLite.
I really like the VS Code extension for sqliteview.app - [0]. It also offers an edit feature for a reasonable price, in my opinion. I'm curious if there are any competing editor alternatives.

[0] - https://vscode.sqliteviewer.app/

The only reasonable price for editing a SQLite database is $0.
Or $2000 for a perpetual license to the Sqlite Encryption Extension, if the database is encrypted ;)

Honestly not a bad price if you're building it into a real product. Steep for hobbyists though.