Installing Atlas on Windows and Setting up PATH
Question
How do I install Atlas on Windows and set up the PATH environment variable so I can run atlas from any directory?
How do I install Atlas on Windows and set up the PATH environment variable so I can run atlas from any directory?
What encoding is used by Atlas for schema files? How do you avoid encoding issues with PowerShell on Windows?
Atlas uses UTF-8 to encode schema files and migration files generated by Atlas. UTF-8 is the default encoding on nearly all system terminals, but on Windows, PowerShell uses UTF-16 by default. This can cause an encoding issue when Atlas loads the schema files generated by the inspect command.