Show HN: Embed an SQLite database in your PostgreSQL tablegithub.com180 points·by frectonz·hace 2 años·110 comments
Embed an SQLite database in your PostgreSQL tablehub.docker.com3 points·by frectonz·hace 2 años·0 comments
Show HN: A Browser UI for Your Docker Registry – Built with Elm and Rustgithub.com4 points·by frectonz·hace 2 años·0 comments
frectonz·hace 2 años·discussIt is a CLI tool that starts a local web server. After you install it, you can run `sqlite-studio <your_db>` and then you will see a log that says "listening on http://127.0.0.1:3030". When you open that page you will see the dashboard.
frectonz·hace 2 años·discussWe have some screenshots on the github releases page (https://github.com/frectonz/sqlite-studio/releases). Would be better to take a look at the hosted preview (https://sqlite-studio.frectonz.io/) though.It is a CLI tool, that creates a local server. I will make the readme better soon.
frectonz·hace 2 años·discussYou can checkout the hosted preview (https://sqlite-studio.frectonz.io/). We also have some screenshots on the github releases page (https://github.com/frectonz/sqlite-studio/releases).
frectonz·hace 2 años·discussyeah sorry, i didn't know there was another tool with the same name, i will change it soon.
frectonz·hace 2 años·discussYeah that's true. I didn't think people would be this interested. Will add more info.
frectonz·hace 2 años·discussYeah seems like there was DB locking issue or sth, just restarted the server, will be fixed soon.
frectonz·hace 2 años·discussThanks, I appreciate it. SQLpage looks like a cool idea, will look into it more.
frectonz·hace 2 años·discussCreator here, sorry, i didn't know the name was taken, i will rename it soon.
CREATE TABLE crime_against_humanity ( databases SQLITE[] );