4 Replies
i think you might need a flag? Not sure- i would take a peek at the code
i think dev.ts is a relatively simple script iirc
yeah its, but idk whats wrong

it's attempting to connect to the database
you need the
--mem flag to not run against the database iirc
5432 is the standard postgres port
you want to use --mem which uses WASM postgres iirc
i can help merge that PR and run the migration, see my comment