Live data from Hacker News

Lightweight SQLite Editor for Windows

github.com

111–114 of 114 posts

Re: Lightweight SQLite Editor for Windows

#111

Oh this looks good. I've been using: https://sqlitebrowser.org/ This seems to offer way more.

As a thought - unlike the current stable build - our nightly builds can open multiple "Browse Data" tabs at the same time. Aka: view multiple tables simultaneously.

https://nightlies.sqlitebrowser.org/latest/

We're really overdue for making a new official release, but the nightly builds are pretty stable in the meantime. :)

Re: Lightweight SQLite Editor for Windows

#112
post #88

Earlier quoted context omitted.

That's because adding a screenshot is surprisingly hard if you've never discovered that you can create an issue, paste an image into it, and then copy the URL that gives you into your readme without ever actually submitting the issue.

Can't you just put the image as a file inside your repo and reference it from the README.md file ?

Not if your readme also has to work on "not Github" like npm or pypi, or anything that repackages your release while using your readme.md as page content. Those images are going to have to be fully qualified URLs.

Re: Lightweight SQLite Editor for Windows

#113
post #88

Earlier quoted context omitted.

Can't you just put the image as a file inside your repo and reference it from the README.md file ?

Not if your readme also has to work on "not Github" like npm or pypi, or anything that repackages your release while using your readme.md as page content. Those images are going to have to be fully qualified URLs.

https://github.com/little-brother/sqlite-gui/blob/master/res...

Re: Lightweight SQLite Editor for Windows

#114

Dumb question for those of you familiar with coding Win API these days -- can you easily build 64-bit Windows applications using Win32 API? I did a little Win32 C coding many years ago, but that was long before 64-bit Windows hit the scene. Is there a Win64 API now?

Some typedefs were promoted to 64-bit but it's the same Win32 API, even the name has not changed
Post reply on HN