←back to thread

SQLite File Format Viewer

(sqlite-internal.pages.dev)
272 points ilumanty | 5 comments | | HN request time: 0.626s | source
1. throw0101d ◴[] No.43683060[source]
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

replies(2): >>43683170 #>>43683498 #
2. invisal ◴[] No.43683170[source]
This is a different tool—SQLite File Format Viewer is made for anyone interested in exploring the internal structure of SQLite.
3. pppone ◴[] No.43683498[source]
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/

replies(1): >>43683924 #
4. Kwpolska ◴[] No.43683924[source]
The only reasonable price for editing a SQLite database is $0.
replies(1): >>43684327 #
5. lupusreal ◴[] No.43684327{3}[source]
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.