Database url hint should include database name. Because otherwise it will silently fall back to sqlite. I saw someone created a PR to fix the unintended fallback to sqlite. But this is just the config hint. I hope it will save someone some time figuring out why their database url is not working.
Hi @AikedeJongste, thank you for the PR and sorry for the delay to review it. I'll merge this and also update the README to reflect the hint. Thank you again!
Database url hint should include database name. Because otherwise it will silently fall back to sqlite. I saw someone created a PR to fix the unintended fallback to sqlite. But this is just the config hint. I hope it will save someone some time figuring out why their database url is not working.