Open BobVul opened 4 years ago
First off, we're probably going to roll back the syncstorage-rs
PR for now, since there are a few issues that have come up.
The sql library we're using pretty much wants mysql like DSNs, and I think there's some other issues with sqlite support as well. I'm not sure if we'll be able to support it out of the box, but as always, we welcome possible fixes.
That's fair enough, thanks for the clarification. Unfortunately I don't think I know enough Rust to directly contribute anything that isn't terribly hacky.
I'm using the same config I had pre-rs.
Is SQLite no longer supported?
The storage tests also fail on
make test
with 404 errors.I get the following stacktrace on
make serve
: