A database toolkit
Atlas - A Database Toolkit

Atlas is a CLI designed to help companies better work with their data. It includes several components that canbe used individually but are designed to work very well together.
Supported databases:
- MySQL
- MariaDB
- PostgresSQL
- SQLite
Runs on all platforms:
Quick Installation
Download latest release.shellcurl -LO https://release.ariga.io/atlas/atlas-darwin-amd64-latest
Make the atlas binary executable.shellchmod +x ./atlas-darwin-amd64-latest
Move the atlas binary to a file location on your system PATH.shellsudo mv ./atlas-darwin-amd64-latest /usr/local/bin/atlas
shellsudo chown root: /usr/local/bin/atlas
Instructions for other platforms and databases: Getting Started.
Getting Started
Schema Inspection
Inspect and save output to a schema file.shellatlas schema inspect -d "mysql://root:pass@tcp(localhost:3306)/example" > atlas.hcl
Apply change to Schema
shellatlas schema apply -d "mysql://root:pass@tcp(localhost:3306)/example" -f atlas.hcl
Full CLI documentation.
About the Project
Read more about the motivation of the project Here.
To restore the repository download the bundle
wget https://archive.org/download/github.com-ariga-atlas_-_2022-01-26_14-49-50/ariga-atlas_-_2022-01-26_14-49-50.bundle
and run:
git clone ariga-atlas_-_2022-01-26_14-49-50.bundle
Source:
https://github.com/ariga/atlasUploader:
arigaUpload date: 2022-01-26