Prefect in-memory database SQLite

Hi,

I’m running 3 instances of the prefect server using in-memory database SQLite inside a cluster. From the docs, I understood that the db file will be stored in ~/.prefect/prefect.db. Currently all 3 are running independently and data are not shared between the DB instances. Is it possible to share the data across all the DB instances ?