Monday, December 28, 2020

Show HN: Webapp to Format SQL Queries for Readability https://ift.tt/38HIoCh

Show HN: Webapp to Format SQL Queries for Readability I wrote https://ift.tt/3aOFHBC because I needed a quick way to make app generated SQL statements readable. None of the alternatives I could find quickly via search engine at the time included the following features: dark mode, small and fast, works offline, postgres first, not covered in ads. It is mostly a wrapper around npm's sql-formatter https://ift.tt/3mWuYHG December 28, 2020 at 10:58PM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...