Live data from Hacker News

SQLite File Format Viewer

sqlite-internal.pages.dev

1–10 of 45 posts

Re: SQLite File Format Viewer

#6

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

This is a different tool—SQLite File Format Viewer is made for anyone interested in exploring the internal structure of SQLite.

Re: SQLite File Format Viewer

#7

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

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/

Re: SQLite File Format Viewer

#8
I especially like that it provides a sample database. Would be nice it were downloadable as a file, so we could explore it with our own tools as well and get a better feeling for how the tool works.

Re: SQLite File Format Viewer

#9
post #7

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

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.
Post reply on HN