pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

`expect` when storing a db connection #17

Closed pksunkara closed 3 years ago

pksunkara commented 3 years ago

https://github.com/pksunkara/reign/blob/83ac37477c2dd4546a667f25a08949f59715f771/reign_model/src/plugin.rs#L36-L38

We can change it to simple DB.set(pool).expect(...)

Needs https://github.com/diesel-rs/diesel/issues/2567