it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

Idea para nueva herramienta - SQL one line

Open rober-tm opened this issue 11 months ago • 1 comments

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

La idea es hacer lo contrario a la herramienta existente "SQL prettify and format", ya que es comun utilizar sentencias SQL en lenguajes donde es necesario que la sentencia se escrita en una sola línea sin saltos, por ello seria util una herramienta que tome la sentencia formateada y la parse a una línea sin saltos, seria una minificacion de la sentencia sql.

Is their example of this tool in the wild?

Ejemplo de herramienta online:

https://codebeautify.org/sql-minifier

Additional context

La simpleza de las herramientas es lo mejor.

Validations

  • [X] Check the feature is not already implemented in the project.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • [X] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).

rober-tm avatar Nov 29 '24 12:11 rober-tm

Hi @rober-tm , implemented here : https://sharevb-it-tools.vercel.app/sql-minifier

And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

sharevb avatar Nov 01 '25 17:11 sharevb