What is Azimutt?

Azimutt goal is to make databases way more accessible for everyone who want or need to understand them. For that we have built several tools, the biggest one being the explorer, but there is also other interesting ones like the CLI and converters.

Azimutt explorer #

If you are here, you probably already know it:

Azimutt explorer

It's the main Azimutt product, allowing you to explore or design your databases. The documentation after is mainly about it.

Gateway #

The Gateway is the central piece allowing Azimutt to connect to any database. It's a simple Node.js server with all the databases connector allowing Azimutt editor frontend to access databases. It can be launched locally using npx azimutt@latest gateway, hosted in your infrastructure or using the Azimutt one if your database is accessible over internet.

Azimutt CLI #

The Azimutt CLI is a npm package useful to perform several tasks:

Azimutt CLI

Here are the main ones it can be used for:

  • Launch the Gateway locally (you just need npm)
  • Export your database schema (to check what's included before uploading it to Azimutt explorer)
  • Analyze your database
  • More to come soon...

Azimutt converters #

Azimutt is doing a lot of work around database schemas. We took this opportunity to build these standalone converters to be easily accessible:

Azimutt converter from AML to PostgreSQL