it-tools
it-tools copied to clipboard
Idea para nueva herramienta - SQL one line
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).
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)