Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.37 KB

File metadata and controls

23 lines (15 loc) · 1.37 KB

Xata GitHub Actions Examples

A comprehensive guide and examples for using Xata database platform with GitHub Actions for CI/CD workflows, database migrations, and automated operations.

Table of Contents

What is Xata?

Xata is a database platform built on PostgreSQL that allows teams to use Postgres at Scale:

  • Vanilla PostgreSQL with automatic scaling and bottomless storage
  • Zero-downtime migrations with pgroll
  • Instant branch-based development workflows

Examples

Action URL
Nightly Clone with PII removed clone.yaml
Create a Xata database branch in every PR pr-branch, demo
Delete Xata database branch when PR closes delete-pr-branch