Skip to content

Commit

Permalink
Update useful-libs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtar authored Apr 17, 2024
1 parent 9d2bd74 commit 530d514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/programming/go/useful-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ tags: [go, программирование]
* [lipgloss](https://github.com/charmbracelet/lipgloss) - ещё одна библиотека для создания интерфсов в терминале.
* Анимация в командной строке [Wow](https://github.com/gernest/wow).
* [progressbar](https://github.com/schollz/progressbar) от автора croc. [GoDoc](https://pkg.go.dev/github.com/schollz/progressbar/v3).
* [color](https://github.com/fatih/color) - позволяет раскрашивать вывод в консоль. [GoDoc](https://pkg.go.dev/github.com/fatih/color)
* [color](https://github.com/fatih/color) - позволяет раскрашивать вывод в консоль. [GoDoc](https://pkg.go.dev/github.com/fatih/color).
* [ishell](https://github.com/abiosoft/ishell) - библиотека позволяет создавать интерактивные консольные приложения.

---

Expand All @@ -96,7 +97,7 @@ tags: [go, программирование]
* [go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) - постритель запросов к базе. [GoDoc](https://pkg.go.dev/github.com/huandu/go-sqlbuilder?tab=doc).
* [squirrel](https://github.com/Masterminds/squirrel) - sql генератор. [GoDoc](https://pkg.go.dev/github.com/Masterminds/squirrel?tab=doc).
* [go-memdb](https://github.com/hashicorp/go-memdb) - база в памяти, близка к Redis. поддерживает транзакции.
* [sqlite](https://gitlab.com/cznic/sqlite) - реализация sqlite на чистом Go.
* [sqlite](https://gitlab.com/cznic/sqlite) - реализация sqlite на чистом Go. [GoDoc](https://pkg.go.dev/github.com/abiosoft/ishell).

---

Expand Down

0 comments on commit 530d514

Please sign in to comment.