# SQL Utility Codes ✨ *code snippets for handling `SQL` or `NoSQL` in __`python`__* ✨ ```{eval-rst} .. attention:: Source Code: `GH/sqlutils `_ ```

The code [GitHub Gist](https://gist.github.com/ZenithClown/3fc21f94cf9567003b153bcfca738f6d) is focused towards providing utility functions related to SQL statements. The recommended cloning syntax for the gist is as below: ```shell $ git clone https://gist.github.com/ZenithClown/3fc21f94cf9567003b153bcfca738f6d.git sqlutils ``` ## SQL Query File Parser ```{eval-rst} .. automodule:: sqlparser :members: :undoc-members: :show-inheritance: ```