Couple options. * One is to have a local DB (I keep this alias in my bashrc: `docker run -d -e POS
Couple options.
- One is to have a local DB (I keep this alias in my bashrc:
docker run -d -e POSTGRES_PASSWORD=password -p 5433:5432 postgres:16 -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c ssl_key_file=/etc/ssl/private/ssl-cert-snakeoil.key) - Use
which spawns an ephemeral Worker and will behave like a normal Worker. Still wants awrangler dev --remote
but will use the Hyperdrive binding you give it instead.localConnectionString - Use a remote DB that allows connections with
(this is probably the hardest to mange given I don't think Supabase supports that)sslmode=disable