TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    DBeaver

    Score8.6 out of 10
    N/ADBeaver offers comprehensive data management tools designed to help teams explore, process, and administrate SQL, NoSQL, and cloud data sources. DBeaver is available commercially as DBeaver PRO and for free as DBeaver Community.

    $11

    per month per user

    dbt

    Score9.2 out of 10
    N/Adbt is an SQL development environment, developed by Fishtown Analytics, now known as dbt Labs. The vendor states that with dbt, analysts take ownership of the entire analytics engineering workflow, from writing data transformation code to deployment and documentation. dbt Core is distributed under the Apache 2.0 license, and paid Teams and Enterprise editions are available.

    $0

    per month per seat

    Pricing
    DBeaverdbt
    Editions & Modules
    Lite Edition Subscription
    $11
    per month per user
    Enterprise Edition Subscription
    $25
    per month per user
    Lite Edition License
    $110
    per year per user
    Enterprise Edition License
    $250
    per year per user
    Ultimate Edition License
    $500
    per year per user
    CloudBeaver Enterprise
    $1,000
    per year per 5 users
    DBeaver Team Edition
    $1,280
    per year per 1 administrator and 2 developers
    No answers on this topic
    Offerings
    Pricing Offerings
    DBeaverdbt
    Free Trial
    YesYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional DetailsDiscounts are available for multi-user licenses.—
    More Pricing Information
    Features
    DBeaverdbt
    Database Development
    Comparison of Database Development features of DBeaver and dbt
    Feature
    DBeaver
    7.3
    11 Ratings
    15% below category average
    dbt
    -
    Ratings
    Version control tools6.03 Ratings00 Ratings
    Test data generation6.05 Ratings00 Ratings
    Performance optimization tools7.34 Ratings00 Ratings
    Schema maintenance8.49 Ratings00 Ratings
    Database change management9.07 Ratings00 Ratings
    Database Administration
    Comparison of Database Administration features of DBeaver and dbt
    Feature
    DBeaver
    5.5
    9 Ratings
    37% below category average
    dbt
    -
    Ratings
    User management8.06 Ratings00 Ratings
    Database security5.06 Ratings00 Ratings
    Database status reporting4.07 Ratings00 Ratings
    Change management5.06 Ratings00 Ratings
    Data Transformations
    Comparison of Data Transformations features of DBeaver and dbt
    Feature
    DBeaver
    -
    Ratings
    dbt
    9.8
    8 Ratings
    19% above category average
    Simple transformations00 Ratings10.08 Ratings
    Complex transformations00 Ratings9.58 Ratings
    Data Modeling
    Comparison of Data Modeling features of DBeaver and dbt
    Feature
    DBeaver
    -
    Ratings
    dbt
    9.1
    8 Ratings
    14% above category average
    Data model creation00 Ratings9.88 Ratings
    Metadata management00 Ratings8.88 Ratings
    Business rules and workflow00 Ratings9.08 Ratings
    Collaboration00 Ratings10.06 Ratings
    Testing and debugging00 Ratings8.08 Ratings
    Best Alternatives
    DBeaverdbt
    Small Businesses
    Sequel Pro
    Score9.5 out of 10
    Skyvia
    Score10 out of 10
    Medium-sized Companies
    Oracle Autonomous Database
    Score8.5 out of 10
    IBM InfoSphere Information Server
    Score10 out of 10
    Enterprises
    Oracle Autonomous Database
    Score8.5 out of 10
    SolarWinds Task Factory
    Score8.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    DBeaverdbt
    Likelihood to Recommend
    9.0
    (10 ratings)
    10.0
    (10 ratings)
    Usability
    8.5
    (2 ratings)
    9.8
    (3 ratings)
    Support Rating
    6.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    DBeaverdbt
    Likelihood to Recommend
    DBeaver
    If you are connecting to Snowflake and want to query from your laptop, I find that this is much easier to use than Snowflake's IDE. It allows us as a business intelligence team to more easily connect to our servers, and code with much less hassle. It would be less appropriate if you are only on an on-premises SQL server, in that case, I would just use SSMS.
    Incentivized
    Read full review
    dbt Labs
    The prerequisite is that you have a supported database/data warehouse and have already found a way to ingest your raw data. Then dbt is very well suited to manage your transformation logic if the people using it are familiar with SQL. If you want to benefit from bringing engineering practices to data, dbt is a great fit. It can bring CI/CD practices, version control, automated testing, documentation generation, etc. It is not so well suited if the people managing the transformation logic do not like to code (in SQL) but prefer graphical user interfaces.
    Incentivized
    Read full review
    Pros
    DBeaver
    • Identify types of DB connections by color code: development, testing and production.
    • Predictive typing, it is incredibly accurate and saves me a lot of time.
    • Jump between different simultaneous DB connections.
    • Navigate through the schema object tree.
    • Provide all the tools I need in one window.
    Read full review
    dbt Labs
    • dbt supports version control through GIT, this allows teams to collaborate and track the data transformation logic.
    • dbt allows us to build data models which helps to break complex transformation logic into simple and smaller logic.
    • dbt is completely based on SQL which allows data analyst and data engineers to build the transformation logic.
    • dbt can be easily integrated with snowflake.
    Incentivized
    Read full review
    Cons
    DBeaver
    • Schema editing is not very intuitive. Editing a single column forces you into multiple tab windows when trying to change something simple like a column name.
    • Sorting and filtering in data is nice, but buried in long right-click menus.
    • Some things are definitely non-standard UI for a Windows application, so it might be hard for die-hard Windows fans to get used to.
    Incentivized
    Read full review
    dbt Labs
    • Field-level lineage (currently at table level)
    • Documentation inheritance - if a field is documented the downstream field of the same name could inherit the doc info
    • Adding python model support (in beta now)
    Incentivized
    Read full review
    Usability
    DBeaver
    It's perfectly easy to use. Not super new and shiny with lots of accessibility tailored tools, but does the job
    Incentivized
    Read full review
    dbt Labs
    dbt is very easy to use. Basically if you can write SQL, you will be able to use dbt to get what you need done. Of course more advanced users with more technical skills can do more things.
    Incentivized
    Read full review
    Support Rating
    DBeaver
    Not a lot of users have DBeaver so fewer resources are available online to help you if you have any issues. When I was trying to figure out how to create my own ER diagrams, it was a little tough to find resources
    Incentivized
    Read full review
    dbt Labs
    No answers on this topic
    Alternatives Considered
    DBeaver
    MySQL workbench from MySQL only supports MySQL databases and it only provides basic functionality. On top of that, the user experience could be quite confusing for first-time users. SSMS from SQL server doesn't support inline editing nicely. The view for inline editing and view data is different, making it uncomfortable to use. All in all, DBeaver is the best tool when you manage a lot of databases with different types.
    Incentivized
    Read full review
    dbt Labs
    I actually don't know what the alternative to dbt is. I'm sure one must exist other than more 'roll your own' options like Apache Airflow, say, bu tin terms of super easy managed/cloud data transforms, dbt really does seem to be THE tool to use. It's $50/month per dev, BUT there's a FREE version for 1 dev seat with no read-only access for anyone else, so you can always start with that and then buy yourself a seat later.
    Incentivized
    Read full review
    Return on Investment
    DBeaver
    • Positive Ability to manage DBeaver and query ad-hoc quickly
    • By having the queries saved it has saved developer time and thereby increased the ROI on the investment on the tool
    • This has made firefighting quicker and freed up resources for more development work.
    Incentivized
    Read full review
    dbt Labs
    • Simplified our BI layer for faster load times
    • Increased the quality of data reaching our end users
    • Makes complex transformations manageable
    Incentivized
    Read full review
    ScreenShots