Skip to content

Commit bf32416

Browse files
committed
Add README.md for CloudSQL to Supabase migration tool
1 parent fff1d1f commit bf32416

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

READM.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# scripts
1+
# ================================
2+
# README.md
3+
# CloudSQL to Supabase Migration Tool
4+
5+
A CLI tool to migrate PostgreSQL databases from Google Cloud SQL to Supabase.
6+
7+
## Usage
8+
```bash
9+
python main.py migrate
10+
python main.py backup
11+
```
12+
13+
## Setup
14+
```bash
15+
pip install -r requirements.txt
16+
cp .env.example .env
17+
```

0 commit comments

Comments
 (0)