From d846f3b07bb55ae8b08f21aebbedb1bd1f3784ad Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Sun, 23 Apr 2023 14:28:22 +0300 Subject: [PATCH] doc: add Atlas CLI Atlas is a tool for managing and migrating database schemas using modern DevOps principles. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d36e9..d4cc236 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ For Database Management * [PostgreSql.Binaries.Lite](https://github.com/mihasic/PostgreSql.Binaries.Lite) - Minimum set of Windows binaries of the PostgreSQL database. Also made available through NuGet. ### CLI +* [atlas](https://github.com/ariga/atlas) - Atlas is a tool for managing and migrating database schemas using modern DevOps principles. * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting * [pgsh](https://github.com/sastraxi/pgsh) - Branch your PostgreSQL Database like Git * [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client