Is it possible to create/access multiple database in single fly postgres
instance?
i.e. If our original DATABASE_URL is postgres://username:password@my-project-db.flycast:5432/my_project
, is it possoble to colocate ....@my-project-db.flycast:5432/my_project2
?
My first try to createdb
latter database failed but not digging into it yet.