@neondatabase/serverless and trying to initiate a neon instance.postgres:// (as opposed to postgresql:// as shown in the error example) should work, its shown that way elsewhere in the docs / the postgres ecosystem. I've tried both and it still errors. So I can only imagine that it doesnt like the fact that my user postgres doesn't have a password. Removing the user part entirely (so its just postgres://10.0.0.25:5432/drizzletest also throws the same error, not an auth error as might be expected)neondatabase/serverless uses some preexisting postgres conneciton string parsing and/or this is a common enough use-case so this should work