Software Alternatives & Reviews

Azimutt VS DBeaver

Compare Azimutt VS DBeaver and see what are their differences

Azimutt logo Azimutt

Next-Gen ERD to Design, Explore and Document real world databases (big and messy ones ^^)

DBeaver logo DBeaver

DBeaver - Universal Database Manager and SQL Client.
  • Azimutt Landing page
    Landing page //
    2023-08-14

If you are looking to explore and understand your database (relational or document), Azimutt is the tool you need. It's the first entity relationship diagram built to handle big database schema (up to 1000 tables) with dedicated features: search, find path and even schema analysis to keep it consistent.

  • DBeaver Landing page
    Landing page //
    2023-05-12

Azimutt

$ Details
freemium $13.0 / Monthly (Pro)
Platforms
Web Browser
Release Date
2021 November

DBeaver

Website
dbeaver.io
Pricing URL
-
$ Details
Platforms
-
Release Date
-

Azimutt videos

No Azimutt videos yet. You could help us improve this page by suggesting one.

+ Add video

DBeaver videos

Dbeaver | Best Database Client Tool | An Overview.

More videos:

  • Review - Hello, SQL DBeaver style
  • Review - Awesome Free SQL Client for Database Developer | Dbeaver Community Edition

Category Popularity

0-100% (relative to Azimutt and DBeaver)
Database Tools
100 100%
0% 0
Databases
1 1%
99% 99
SQL Diagrams
100 100%
0% 0
MySQL Tools
0 0%
100% 100

Questions and Answers

As answered by people managing Azimutt and DBeaver.

How would you describe your primary audience?

Azimutt's answer

Azimutt is mainly targeted at developers working with databases, allowing them to easily explore and understand them by either importing the schema or connecting to a live instance.

As it's quite easy to use, we have seen other profile such as product owners, engineering managers and even CFOs using it to better understand the product they build or extract meaningful data on their own ^^

What's the story behind your product?

Azimutt's answer

Early 2021 I joined Doctolib, a health startup very successful in France, and discovered their big Ruby on Rails monolith backed by a large PostgreSQL database with more than 700 business tables (more then 1300 in total). As an architect I worked with several teams and needed to understand their models but neither Ruby, Rails or the structure.sql were very helpful for such a big app. So I looked for a tool but they all failed with such a large database, so after a few month and tens of tools tested, I decided to build my own: Azimutt. Now it has evolved a lot and we are still very active to enable new usages every months. I believe it's a solid product and quite unique ❤️

Which are the primary technologies used for building your product?

Azimutt's answer

From development languages, Azimutt is built with Elm/TypeScript for the frontend, Elixir/Phoenix for the backend and PostgreSQL/S3 as storage.

What makes your product unique?

Azimutt's answer

It's the only ERD able to handle databases with many tables (>1000) nicely thanks to unique features:

  • layouts to see only the relevant tables (not all are useful for everyone)
  • smart search everywhere

It's also very unique in the sense it's made to explore and understand real world databases, from development to production with larges features:

  • database design with an intuitive DSL
  • database documentation, on any table, column or layout (markdown text and tags)
  • database analysis to make sure best practices are in place
  • innovative data exploration

Thousands of developers already love it, give it a try, we have several samples you can try right away!

Why should a person choose your product over its competitors?

Azimutt's answer

Azimutt is the all-in-one app to explore real world databases. If you look for very specialized features some competitors may be more suited, but if you want a versatile app to explore and understand your database, we believe no competitor come close to us.

  • if you have more than 50 tables, there is no match, you should be amazed by Azimutt features built for large databases
  • if you want to mix data exploration and schema exploration, it's also very unique
  • if you care about open source, visit our GitHub

Who are some of the biggest customers of your product?

Azimutt's answer

Azimutt is used at Doctolib (3000 people company) and some other french scale ups I can't disclose yet.

User comments

Share your experience with using Azimutt and DBeaver. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Azimutt and DBeaver

Azimutt Reviews

We have no reviews of Azimutt yet.
Be the first one to post

DBeaver Reviews

15 Best MySQL GUI Clients for macOS
Now let’s get back to more familiar titles. DBeaver is a multiplatform IDE with the support for multiple database management systems. It is highly functional, user-friendly, and its Community Edition is available free of charge. The most popular features of DBeaver are the SQL query editor, visual query builder, database comparison tools, test data generator, and ER...
Source: blog.devart.com
Best MySQL GUI Clients for Linux in 2023
DBeaver is a GUI-based software IDE with multi-database support. It is highly functional, user-friendly, and free of charge (Community edition). The most popular features of DBeaver are the SQL query editor, visual query builder, database comparison, test data generation, and ER diagrams. However, it offers other handy options for MySQL users.
Source: blog.devart.com
9 Best Database Software For Mac [Reviewed & Ranked]
It is not easy to say which is the best database software for mac. You need to work out if you are after a general database client for development or are you after a full-blown IDE. For a general database developer tool, DBeaver is free and open-source and has basic to advanced features. If you want a full IDE then TablePlus or DataGrip will be more suitable options.
Source: alvarotrigo.com
Top Ten MySQL GUI Tools
DBeaver is a multi-platform tool that supports numerous databases. This GUI is cross-platform friendly, and it imports, exports, and backs up data swiftly. This database management helper offers a syntax editor with SQL corrector and autocomplete.
TOP best Microsoft Access replacement software for databases
A new feature of this application is that it supports different trend database files to import into its environment. Thus, users can add database elements to their DBeaver projects from other sources such as PostgreSQL, Microsoft Access, Firebird, Sybase,.
Source: tipsmake.com

Social recommendations and mentions

Based on our record, DBeaver seems to be a lot more popular than Azimutt. While we know about 93 links to DBeaver, we've tracked only 3 mentions of Azimutt. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Azimutt mentions (3)

  • SQLite Schema Diagram Generator
    I just want to get a basic overview quickly. An old colleague of mine created an interactive web app that does this. We use it internally and I find it super useful. Supports SQLite, among others: https://azimutt.app/. - Source: Hacker News / about 1 month ago
  • One Month Post Product Hunt Launch: An Honest Review of Azimutt.app launch
    Hello Dev.to community, I'm Sam, a proud part of a dedicated trio that built Azimutt.app. - Source: dev.to / 12 months ago
  • pgAdmin Generate ERD stuck on load
    A couple of options here: - From a database. Generate ERD by connecting to your database directly. I've used this as a quick way to generate a diagram from my local or even QA DB (not prod DB for obvious security reasons). - From a schema dump file. Take a pg dump and then generate an ERD from the dump file. There are ERD tools like dbdaddy.dev and azimutt.app that support these options. Source: over 1 year ago

DBeaver mentions (93)

  • I Deployed My Own Cute Lil’ Private Internet (a.k.a. VPC)
    It’s cool to show a demo and talk about the infrastructure with cute diagrams, but I always want to prove, even if just to myself, that things work as expected. So I thought a good way to test it would be to try connecting directly to both databases using my database client, DBeaver. - Source: dev.to / about 2 months ago
  • DBeaver – open-source Database client
    List of db clients I have bookmarked https://dbeaver.io/. - Source: Hacker News / about 2 months ago
  • 15 open-source tools to elevate your software design workflow
    As a great alternative to DBeaver, DBGate provides a variety of tools to manage your databases. Besides in built-in support charts and a query builder, you can use Javascript to query data. It even supports NoSQL drivers and native script builders. Give it a try if your project demands simplicity over in-depth features for SQL databases. - Source: dev.to / 3 months ago
  • Five Free Open-Source Database Managers for MySQL, PostgreSQL, and More
    This isn’t meant to be an exhaustive list. There are many other database management software packages out there, including MySQL Workbench, DBeaver, and pgAdmin. We’ve chosen these database tools because they cover the most common database systems and use cases, but if you find they aren’t meeting your needs, be sure to explore further or consider building your own database user interface — it’s easier than you... - Source: dev.to / 4 months ago
  • From Good to Great: Scaling Applications with TypeORM Optimization
    Tools like TablePlus, DBeaver, or HeidiSQL provide visual query building interfaces. While not performance analysis tools per se, they can help you build and understand complex queries more easily. - Source: dev.to / 7 months ago
View more

What are some alternatives?

When comparing Azimutt and DBeaver, you can also consider the following products

DBDiagram.io - Free database diagrams designer for analysts & developers 🛠

DataGrip - Tool for SQL and databases

DrawSQL - Easy database diagrams. Create, visualize and collaborate on your database entity relationship diagrams.

MySQL Workbench - MySQL Workbench is a unified visual tool for database architects, developers, and DBAs.

HeidiSQL - HeidiSQL is a powerful and easy client for MySQL, MariaDB, Microsoft SQL Server and PostgreSQL. Open source and entirely free to use.

DbSchema - DbSchema - Visual Database Design & Management Tool