From 8b43fda0fd9bb2fc653b4ca118d91f648f37afe9 Mon Sep 17 00:00:00 2001 From: apstndb <803393+apstndb@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:47:36 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20a0c15..5440405 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ You can control your Spanner databases with idiomatic SQL commands. * Use `%` for prompt expansion, instead of `\` to avoid escaping * Allow newlines in prompt using `%n` * System variables expansion + * Autowrap and auto adjust column width to fit within terminal width. * Utilize other libraries * Dogfooding [`cloudspannerecosystem/memefish`](https://github.com/cloudspannerecosystem/memefish) * Utilize [`apstndb/spantype`](https://github.com/apstndb/spantype) and [`apstndb/spanvalue`](https://github.com/apstndb/spanvalue)