❔ SQLite with Muai ensure connectionstring to DB for all devices
Im running SQLite db and i want the connection to the DB to point to the same file no matter if i runt it as android emulator or windows application. Right now the path changes and it just uses a new database with empty data. How can i Create a DB file and then ensure that all points to the same directory and file?