v0.30.2
Patch Changes
-
ablo connect --applysets up your database for you. Connecting a database used to mean pasting a block of SQL into a psql prompt. Now one command does it.--applycreates the two scoped roles, publishes your tables, turns on logical replication where your provider allows, and pointsDATABASE_URLandABLO_WRITE_DATABASE_URLat the new least-privilege roles. Then it checks its own work, reconnecting as the replication role to confirm the database is ready.Nothing leaves your machine. It runs against the admin credential already in
DATABASE_URL, asks before it changes anything, and writes the passwords it generates to your environment file rather than printing them. Every step is safe to run twice. When a managed provider needs a restart to finish — RDS, Neon — it does everything else and hands you that one step, with the exact fix. Prefer to run the SQL yourself?ablo connectstill prints it, and--show-sqlshows it inline first.