A price for everyone.
We made a plan for each one of you. No-brainer for quick exploration, independent usage or even team. Tailor-made for you when needed.
Solo
7
€ / month
Billed annually
- Free plan features
- Long term usage
- Database design
- Schema export
Team
35
€ / user / month
Billed annually
- Solo plan features
- Database analysis
- Collaboration
- Documentation
- AI capabilities
- Export project
Feature comparison
Free
Quickly explore your db with one command. No long term save.
Solo
Personal usage with one project. Allows design and custom colors.
Team
Collaborate on Azimutt with all database features.
Enterprise
Getting serious: higher limits, security, control and automation.
Feature comparison
Database features
Feature | Free plan | Solo plan | Team plan | Enterprise plan |
---|---|---|---|---|
Schema exploration | Yes | Yes | Yes | Yes |
Data exploration | Yes | Yes | Yes | Yes |
Database design
Allowed tables in AML
|
10 | ∞ | ∞ | ∞ |
Custom colors | No | Yes | Yes | Yes |
Export schema
Export your schema as SQL, AML or JSON.
|
No | Yes | Yes | Yes |
AI features | No | No | Yes | Yes |
Database analysis
preview: top 3 suggestions, snapshot: all suggestions, trends: more suggestions based on evolution
|
preview | preview | snapshot | trends |
Export project | No | No | Yes | Yes |
Product quotas
Feature | Free plan | Solo plan | Team plan | Enterprise plan |
---|---|---|---|---|
Max users | 1 | 1 | 5 | ∞ |
Max projects
0 means you can create a project but can't save it.
|
0 | 1 | 5 | ∞ |
Max db/project | 1 | 1 | 3 | ∞ |
Max layout/project | 1 | 3 | 20 | ∞ |
Max table/layout | 10 | 15 | 40 | ∞ |
Max doc/project | 10 | 30 | 1000 | ∞ |
Extended integration
Feature | Free plan | Solo plan | Team plan | Enterprise plan |
---|---|---|---|---|
Sharing project
Use private links & embed to share with guest.
|
No | No | No | Yes |
API access
Fetch and update sources and documentation programmatically.
|
No | No | No | Yes |
SSO
Soon...
|
No | No | No | Yes |
User rights | No | No | No | Yes |
Custom gateway | No | No | No | Yes |
Flexible billing | No | No | No | Yes |
On-premise support | No | No | No | Yes |
Enterprise support
Priority email, answer within 48h.
|
No | No | No | Yes |
1h expert consulting | No | No | No | Yes |
Roadmap impact | suggestions | suggestions | suggestions | discussions |
Frequently asked questions
- Which databases are supported?
-
Azimutt is not tied to a specific database. If they can fit in an entity-relationship model, it's great for Azimutt. Still, some have full-support and other will need more work to integrate. Most common ones like PostgreSQL, MySQL, SQL Server, MongoDB, Couchbase, Snowflake, BigQuery and more are supported using database connection, you only need to provide your connection url. Any SQL schema is supported as well, so PostgreSQL, MySQL, MariaDB, Oracle, SQL Server and others very easy to integrate. For the others, you need to extract their schema and format it as JSON to load it into Azimutt. The CLI has a JSON schema inference to help with this if you need. Don't hesitate to reach out for any help with this 😉
- What about data privacy?
-
We take data privacy very seriously and offer several ways around it. The code is Open Source, you can freely audit it to see what we do with your data (ie: nothing!). You can choose to share your database connection or just import the schema of the tables you want. Parsing the schema is done in browser, you can choose to keep your project local so Azimutt servers will never see your data. And finally, you can host yourself an Azimutt instance.