From 49cf17321736489afb324f28c9a095f2deec0b47 Mon Sep 17 00:00:00 2001 From: ygxiaobai111 <109263534+ygxiaobai111@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:39:22 +0800 Subject: [PATCH] add package neilotoole/sq (#5546) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2215855e7d..9b218b2a137 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