aicoolies logo
Atlas logo

Atlas

Database schema management for modern teams

Share
freemiumOpen Source
Visit Website →

Database schema management and migration tool by Ariga with a declarative schema-as-code approach. Features automatic migration planning, CI/CD integration, and drift detection to keep database schemas in sync across environments. Supports PostgreSQL, MySQL, MariaDB, and SQLite, making database changes as reviewable and version-controlled as application code.

Atlas is an open-source database schema management tool by Ariga that treats database schemas as code with a declarative, schema-as-code workflow. Users define their desired schema state in HCL, SQL, or via popular ORMs (Prisma, Django, Hibernate, GORM, TypeORM), and Atlas compares the current database state to the desired state, automatically generating and executing a migration plan to transition between them. Atlas brings the Terraform-style declarative approach to database schema management, making schema changes as reviewable and version-controlled as application code.

Atlas ships with a migration analysis engine that inspects every migration for destructive changes, table locks, potential data loss, and concurrent index violations before deployment. The tool supports two complementary workflows: a declarative mode similar to Terraform where Atlas computes the plan from the desired state, and a versioned mode where migrations are stored as numbered files reviewed in pull requests. Built-in drift detection monitors live databases against the source-of-truth schema and generates exact SQL to reconcile any drift, permission mismatches, or policy violations.

Atlas supports a broad range of databases including PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, ClickHouse, Redshift, Oracle, Snowflake, Spanner, Databricks, CockroachDB, and Aurora DSQL. It integrates natively with CI/CD systems including GitHub Actions, GitLab CI, Bitbucket Pipelines, Azure DevOps, CircleCI Orbs, as well as Kubernetes Operators for Argo CD and FluxCD. Atlas Cloud adds a managed schema registry, visual diff reviews, and policy enforcement for teams running production database migrations at scale.

Pricing

Free (Community) / Pro $29/mo

Platforms

CLI, Web (Atlas Cloud)

Categories

Tags

Use Cases

Alternatives

Related Tools

Supabase MCP

MCP server for connecting AI assistants to Supabase projects

Supabase MCP is Supabase's Apache-2.0 server for connecting AI assistants to Supabase projects. It can expose database, configuration, and project-management workflows to MCP clients such as Cursor, Claude, and Windsurf, while the official docs emphasize permission and security review before production use, SQL changes, or high-privilege database access.

open-sourceOpen SourceTelemetry
Ardent logo

Ardent

Database branching for coding agents

Ardent is a Postgres database branching platform built for coding-agent workflows. It creates isolated database copies in seconds so Claude Code, Codex, Cursor, or human developers can test migrations, clean data, reproduce bugs, and run risky experiments without touching production. The strongest fit is teams already using Postgres who need agent-safe dev/test databases rather than another generic serverless database.

freemium
VectorChord logo

VectorChord

High-recall Postgres vector search at billion scale

VectorChord is a Postgres extension from the supervc-stack/VectorChord project that brings high-recall vector search to PostgreSQL. As the spiritual successor to pgvecto.rs, it combines IVF indexes with RaBitQ quantization to deliver Pinecone-class performance at billion-vector scale while keeping all data inside a single Postgres database — no separate vector store, no two-system sync, no rewrites when the workload grows.

open-sourceOpen Source
Infinity logo

Infinity

AI-native database for hybrid RAG retrieval

Infinity is an AI-native database from InfiniFlow that unifies dense vectors, sparse vectors, tensors, and full-text search in a single engine. Built for retrieval-augmented generation (RAG) at scale, it powers hybrid search workflows where lexical matching, semantic similarity, and reranking all happen against one storage layer instead of four loosely coupled services.

open-sourceOpen Source
sqlite-vec logo

sqlite-vec

Vector search extension for SQLite that runs anywhere

sqlite-vec is a lightweight vector search extension for SQLite written in pure C with zero dependencies. It brings nearest-neighbor search capabilities directly into SQLite databases, enabling AI applications to store and query embeddings without running a separate vector database. The extension works everywhere SQLite runs including Linux, macOS, Windows, WebAssembly in browsers, and even Raspberry Pi devices. Sponsored by Mozilla Builders, Fly.io, and Turso.

freeOpen Source
WeKnora logo

WeKnora

Enterprise RAG framework by Tencent

WeKnora is a Tencent-developed LLM-powered knowledge management and Q&A framework for enterprise document understanding and semantic retrieval. Supports 10+ document formats including PDF, Word, Excel, and images with seamless IM platform integration for WeCom, Feishu, Slack, and Telegram. Offers Quick Q&A mode using RAG pipelines and Intelligent Reasoning mode with ReACT agents for complex multi-step reasoning tasks across organizational knowledge bases.

open-sourceOpen Source