azimutt
azimutt copied to clipboard
Explore and optimize any database
Right now Azimutt is browser based and still quite capable (PWA available also). But still quite limited also. The goal of this issue is to package and distribute Azimutt in...
Hope it's clear enough ;)
Often some tables work in close relation with some others. In fact, it's quite common to have a feature or a business domain which use several tables. It could be...
From https://twitter.com/ergestx/status/1525458482085912576
I have comments on my tables with SQL code like COMMENT ON TABLE foo IS 'bar'; If bar is a very long comment it often overlaps visually with other tables...
New test after https://github.com/azimuttapp/azimutt/pull/3 Inspired by https://github.com/ryannhg/elm-spa/tree/main/examples/05-vite Also https://github.com/lindsaykwardell/vite-elm-template Problems: - images used in Elm are not detected and copied - module hot reload does not keep Elm state Alternatives:...