diff --git a/README.md b/README.md index d2215855..9b218b2a 100644 --- a/README.md +++ b/README.md @@ -2539,6 +2539,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) - Fixed-width text formatting (encoder/decoder with reflection). - [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format. - [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. +- [sq](https://github.com/neilotoole/sq) - Convert data from SQL databases or document formats like CSV or Excel into formats such as JSON, Excel, CSV, HTML, Markdown, XML, and YAML. - [textwrap](https://github.com/isbm/textwrap) - Wraps text at end of lines. Implementation of `textwrap` module from Python. ### Markup Languages