<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sql on Cesar Gimenes</title><link>https://crg.eti.br/tags/sql/</link><description>Recent content in Sql on Cesar Gimenes</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>crg@crg.eti.br (Cesar Gimenes)</managingEditor><webMaster>crg@crg.eti.br (Cesar Gimenes)</webMaster><lastBuildDate>Sat, 15 Feb 2025 18:31:26 -0300</lastBuildDate><atom:link href="https://crg.eti.br/tags/sql/index.xml" rel="self" type="application/rss+xml"/><item><title>LQS: A Practical Tool for Testing and Debugging SQL</title><link>https://crg.eti.br/pub/lqs-uma-ferramenta-prtica-para-testar-sql/</link><pubDate>Sat, 15 Feb 2025 18:31:26 -0300</pubDate><author>crg@crg.eti.br (Cesar Gimenes)</author><guid>https://crg.eti.br/pub/lqs-uma-ferramenta-prtica-para-testar-sql/</guid><description>&lt;p>It&amp;rsquo;s very common to need to embed SQL code strings in the source of other languages. The problem is that SQL is an interpreted language, so it can contain errors that we only notice at runtime.&lt;/p>
&lt;h2 id="testing-sql">Testing SQL&lt;/h2>
&lt;p>LQS was created to work together with Neovim and allow you to test SQL while editing, without having to copy and paste into another file or SQL client.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Test SQL with embedded metadata:&lt;/strong>
Insert configurations directly in your SQL script, such as the connection string, JSON output option, or even an extra query to generate parameters.
Example:&lt;/p></description></item></channel></rss>