syncstorage-rs
syncstorage-rs copied to clipboard
Make "Invalid DSN" errors consistent in Syncstorage-rs
As we add datastores to syncstorage, we should make the DSN parse errors more consistent.
Right now, we display Spanner or SQLite database_url specified for MySQL feature, please correct. or whatever. Instead we should just use something like
Invalid DSN specified for {} feature, please correct: {} where we specify the feature type and the invalid DSN.
┆Issue is synchronized with this Jira Task