top of page
Search
Liquibase
What is Liquibase? Liquibase is an open-source "version control for your database." Just as Git tracks changes to your application code, Liquibase tracks changes to your database schema (tables, columns, indexes). In traditional development, managing database changes is often manual and risky: one developer runs a CREATE TABLE script locally but forgets to give it to the team, or the production database drifts out of sync with development. Liquibase solves this by treating

Rohan Roy
2 days ago2 min read
Cassandra
Apache Cassandra is a distributed, NoSQL database engineered for large-scale, real-time applications with high availability ,...

Rohan Roy
Sep 32 min read
bottom of page