github ariga/atlas v0.1.1

latest releases: v0.27.0, v0.26.1, v0.26.0...
2 years ago

Version v0.1.1 includes bug fixes in column nullability inspection and support for ArrayType and UserDefinedType in PostgresSQL.

The latest version instructions can be found here

Apple Intel

curl -LO https://release.ariga.io/atlas/atlas-darwin-amd64-v0.1.1
chmod +x ./atlas-darwin-amd64-v0.1.1
sudo mv ./atlas-darwin-amd64-v0.1.1 /usr/local/bin/atlas
sudo chown root: /usr/local/bin/atlas

Linux

curl -LO https://release.ariga.io/atlas/atlas-linux-amd64-v0.1.1
sudo install -o root -g root -m 0755 ./atlas-linux-amd64-v0.1.1 /usr/local/bin/atlas

Windows

curl -LO https://release.ariga.io/atlas/atlas-windows-amd64-v0.1.1.exe

Apple Silicon

curl -LO https://release.ariga.io/atlas/atlas-darwin-arm64-v0.1.1
chmod +x ./atlas-darwin-arm64-v0.1.1
sudo mv ./atlas-darwin-arm64-v0.1.1 /usr/local/bin/atlas
sudo chown root: /usr/local/bin/atlas

Don't miss a new atlas release

NewReleases is sending notifications on new releases.