TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SQLitebrowser: First update in three years (July 2024)

65 pointsby baumschubser8 months ago

4 comments

wonger_8 months ago
Fairly recent and related:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40909076">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40909076</a> 411 points | 84 days ago | 68 comments
shinycode8 months ago
Not mine but someone showed me this :<p><a href="https:&#x2F;&#x2F;azimutt.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azimutt.app&#x2F;</a>
评论 #41707759 未加载
attilakun8 months ago
I&#x27;m working on something related but for the web: <a href="https:&#x2F;&#x2F;www.sqltab.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sqltab.com&#x2F;</a><p>It&#x27;s an alpha version and barely works at this point but at the very least you can use it to browse SQLite tables without installing anything on your computer.<p>It uses the WASM build of SQLite with OPFS for persistence. The main focus of this will be to manipulate JSON stored in an SQLite table. I need this for one of my existing workflows. In particular, I want the ability to flatten a JSON tree into tabular format: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;z0QvxyMybKA" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;z0QvxyMybKA</a>
dvektor8 months ago
Great tool, just found it a few months ago. I am a pretty hardcore CLI&#x2F;TUI user so I am generally reluctant to reach for GUIs but this gets the job done and comes in quite handy when the sqlite3 cli just doesn&#x27;t cut it.
评论 #41709692 未加载