fn sql_endpoint_from_env() -> StringExpand 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/metastorepostgresql://localhost:5432/metastoresqlite:///path/to/file.dbsqlite::memory: