losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Database name mapping #81

Closed losfair closed 1 year ago

losfair commented 1 year ago

This implements database aliases. Some applications don't like our special database path formats so let's make them happy.

export MVSQLITE_DB_NAME_MAP="/some/path/expected/by/app.db=my-mvsqlite-database"
paulreimer commented 1 year ago

Just checking, but will this still work with hashproof database connection strings? I guess the password will have to go in the environment variable?