fn sql_endpoint_from_env() -> String
Expand description
URL for connecting to the SQL meta store, retrieved from the env var RISEDEV_SQL_ENDPOINT
.
If it is not set, a temporary sqlite file is created and used.
ยงExamples
mysql://root:my-secret-pw@127.0.0.1:3306/metastore
postgresql://localhost:5432/metastore
sqlite:///path/to/file.db
sqlite::memory: