TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Contact about Liquibase

Please fill out the form below to get in touch.

Liquibase

Connect with Liquibase

What are you interested in?

Already have an account?

You hereby consent to have TrustRadius share the information supplied on this form with Liquibase so that Liquibase and TrustRadius may contact you in regard to the information requested.

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    dbForge Studio (Edge)

    Score8 out of 10
    N/AdbForge Studio is provided by Devart and is a universal front-end client for database management, administration and development. Devart's GUI tool provides utilities to compare, synchronize, and back up databases (e.g. MySQL, Oracle, SQL Server, PostgreSQL, etc.) with scheduling, and includes the possibility to analyze and report MySQL tables data. For example, dbForge Studio for MySQL works with any MariaDB database servers, and supports all MariaDB objects types. This solution enables users…

    $9.95

    per month

    Liquibase

    Score8.7 out of 10
    Enterprise companies (1,001+ employees)
    Liquibase is a database change management tool that extends DevOps best practices to the database, helping teams release software faster and safer by bringing the database change process into existing CI/CD automation. According to the 2021 Accelerate State of DevOps Report, elite performers are 3.4 times more likely to incorporate database change management into their process than low performers. Liquibase value proposition: Liquibase speeds up the development…N/A
    Pricing
    dbForge Studio (Edge)Liquibase
    Editions & Modules
    Standard (subcription)
    $9.95
    per month
    Professional (subscription)
    $19.95
    per month
    Enterprise (subscription)
    $29.95
    per month
    Standard (subcription)
    $99.95
    per year
    Professional (subscription)
    $179.95
    per year
    Standard
    $199.95
    Enterprise (subscription)
    $229.95
    per year
    Professional
    $349.95
    Enterprise
    $449.95
    No answers on this topic
    Offerings
    Pricing Offerings
    dbForge Studio (Edge)Liquibase
    Free Trial
    YesYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    YesYes
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    dbForge Studio (Edge)Liquibase
    Considered Both Products
    Devart
    No answer on this topic
    Liquibase
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    8 Answers
    94%
    Would buy again
    68 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    8 Answers
    97%
    Delivers good value for the price
    59 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    8 Answers
    94%
    Happy with the feature set
    68 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    8 Answers
    95%
    Lived up to sales and marketing promises
    41 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    8 Answers
    94%
    Implementation went as expected
    62 Answers
    Features
    dbForge Studio (Edge)Liquibase
    Database Development
    Comparison of Database Development features of dbForge Studio (Edge) and Liquibase
    Feature
    dbForge Studio (Edge)
    8.4
    2 Ratings
    1% below category average
    Liquibase
    -
    Ratings
    Version control tools8.01 Ratings00 Ratings
    Test data generation7.01 Ratings00 Ratings
    Performance optimization tools9.01 Ratings00 Ratings
    Schema maintenance9.01 Ratings00 Ratings
    Database change management9.02 Ratings00 Ratings
    Database Administration
    Comparison of Database Administration features of dbForge Studio (Edge) and Liquibase
    Feature
    dbForge Studio (Edge)
    7.0
    1 Ratings
    14% below category average
    Liquibase
    -
    Ratings
    User management6.01 Ratings00 Ratings
    Database security6.01 Ratings00 Ratings
    Database status reporting7.01 Ratings00 Ratings
    Change management9.01 Ratings00 Ratings
    Best Alternatives
    dbForge Studio (Edge)Liquibase
    Small Businesses
    DBeaver
    Score8.6 out of 10
    No answers on this topic
    Medium-sized Companies
    DBeaver
    Score8.6 out of 10
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    Enterprises
    DBeaver
    Score8.6 out of 10
    Redgate SQL Toolbelt Essentials
    Score9.6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    dbForge Studio (Edge)Liquibase
    Likelihood to Recommend
    9.8
    (15 ratings)
    9.2
    (70 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.1
    (4 ratings)
    Usability
    -
    (0 ratings)
    8.0
    (3 ratings)
    Support Rating
    8.0
    (1 ratings)
    8.8
    (69 ratings)
    Implementation Rating
    -
    (0 ratings)
    9.1
    (2 ratings)
    User Testimonials
    dbForge Studio (Edge)Liquibase
    Likelihood to Recommend
    Devart
    This tool is useful for small and large IT departments and associated data analysts that perform direct database functions such as DBA tasks or extracting/importing data. Non-technical staff members would not benefit from this tool as much as the functions are detailed and technical. However, automation engineers will find this tool very open for automation, and can generate the scripting code for any of its functions.
    Incentivized
    Read full review
    Liquibase
    Based on my experience so far on using Liquibase in my current project, I have seen that Liquibase changelogs are version control where multiple team members and developers can work together on database and deployed automatically via CI/CD Pipeline integration using github actions and it applies same changelogs to all enviroments to remain in sync and avoid any enviroment drift. Also as Liquibase stores changelog audits in DATABASECHANGELOG table it helps in tracking purposes and to easily rollback any change . Whereas in some scenarios I feel that Liquibase have some drawbacks where if complex transformation between tables is not optimized for bulk data operations which eventually degrades database performance.
    Incentivized
    Read full review
    Pros
    Devart
    • Connection manager (we use it through ssh tunnels) works effortlessly.
    • Great sync tools for both database schemas and data.
    • Storing code snippets to be used when needed.
    • Nice code suggestions while typing queries.
    • Usually does very well with storing your session and opening all of your sql tabs when opening the apps next time.
    • Does very well when executing large sql files (without opening the files into the application that is).
    • Pretty good debugging help when a problem occurs in executing a query or a files with multiple queries.
    Incentivized
    Read full review
    Liquibase
    • Liquibase tracks changes in a metadata table contained directly in the target database, making easy administration for the DBA.
    • Liquibase handles many validation tests out of the box, making it easy to choose which ones you want to include, with options for writing your own if you choose. This makes it robust and flexible in terms of validation before deployment.
    • Liquibase provides easy integration into deployment pipelines for CI/CD. We use it with GitHub for source control and Circle CI for validation and deployment pipelines.
    Incentivized
    Read full review
    Cons
    Devart
    • The ability to parameterize searches more would be advantageous. For example, being able to specify to only look for certain columns, certain data type changes, etc.
    • The output reports from dbForge are very plain and could contain more detail, and perhaps be structured more like a pivot table form Excel
    Incentivized
    Read full review
    Liquibase
    • I would like Liquibase to explore all errors in the changelog files compared to one at a time. We spent a lot of time troubleshooting one error at a time versus having a batch log of errors in each file.
    • Understanding where to get support on things. I spent a lot of time researching externally to learn what the best practices were. Although I found some of the youtube videos helpful, I would like a little more of a technical support. This may be a feature with the paid tier, however, we leveraged open source.
    • Seeing more examples of how others use Liquibase and their usecases will be helpful. That way we can learn from each other which may help us improve on our own deployments.
    Incentivized
    Read full review
    Likelihood to Renew
    Devart
    No answers on this topic
    Liquibase
    We are and will continue using Liquibase and it has become an integral part of our portfolio offering, any new product is by default adopting Liquibase stack.
    Incentivized
    Read full review
    Usability
    Devart
    dbForge Studio (Edge) has a great UI and it's versatile, but it still has some glitches. Its multiple database support makes it possible to stick with only one UI to handle different RDBM systems, even though you have to redefine user credentials for each new connection (no copying/cloning feature for database connections). The Edit View and diagramming features also could be improved.
    Read full review
    Liquibase
    Liquibase has several features, on their free plan, that matches exactly our expectations and needs: this already makes it standout from its competitors. On top of that, the setup was straightforward: we are running an integration with Databricks, and there were only two steps truly needed, install the driver and the plugin, done. This is the type of seamless experience our team appreciates the most when evaluating a tool or service.
    Incentivized
    Read full review
    Support Rating
    Devart
    Although experience here is limited, as only one question has been asked and answered promptly, the registration and licensing process was very smooth and professional. There are forums online that discuss dbForge issues, as well as a Facts and Questions section on dbForge's website, so product support does seem to exist if needed.
    Incentivized
    Read full review
    Liquibase
    Liquibase has been responsive and even is letting our group test some new products they are developing and even made code changes to their production system because of a couple bugs we have reported. Liquibase licensing has also been easy and simple. I have nothing bad to say about any of the Liquibase staff I have talked to. They also hold free information webinars for new content that helps spread adoption and moving the product forward.
    Incentivized
    Read full review
    Implementation Rating
    Devart
    No answers on this topic
    Liquibase
    Build process takes a toll.
    Incentivized
    Read full review
    Alternatives Considered
    Devart
    Before choosing dbForge Studio I evaluated at least a dozen tools, especially on the Visual Query Builder function. For now, I have identified only one product that has a better Visual Query Builder than dbForge Studio. This other product also manages UNIONs, while dbStudio still doesn't do it visually. However, the better alternative product is enormously slower in operations and less feature-rich than DbForge Studio
    Read full review
    Liquibase
    There is no real competitor when it comes to what Liquibase does - at least not at the time we considered it three years ago. It was an easy choice in this regard, but we could have said no to it if it made our workload more difficult. But our proof of concept showed there were easy wins to be had by implementing its software.
    Incentivized
    Read full review
    Return on Investment
    Devart
    • Saved a TON of time when looking at massive amounts of parent/child data by allowing us to just use the master-detail browser.
    • Very little training time needed for employees that are already used to using SQL Management Studio. This is a proper Windows UI application.
    • Very cost effective to purchase the standard edition for every employee that needs it, but the free edition does most of what they need too!
    Incentivized
    Read full review
    Liquibase
    • We need to re-educate developers to use Liquibase.
    • In some cases, it is hard to align when several teams work on the same DB.
    • On the other hand, Liquibase provides order and consistency in managing DB changes.
    • Evidence and traceability are a plus.
    Incentivized
    Read full review
    ScreenShots

    dbForge Studio (Edge) Screenshots

    Screenshot of Code CompletionScreenshot of Schema CompareScreenshot of Database DiagramScreenshot of Data ExportScreenshot of Database design & developmentScreenshot of Visual query building