feat: add postgres connection

This commit is contained in:
2026-03-31 18:59:04 -05:00
parent ef69ecd47d
commit e5a5a5e415
4 changed files with 59 additions and 3 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
PG_FROM_DB_URL=postgresql://postgres:password@localhost:5432/db
PG_TO_DB_URL=postgresql://postgres:password@localhost:5432/db