bitwarden_rs/src/db
Daniel García 6a99849a1e
Implemented proper error handling, now we can do user.save($conn)?; and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
2018-12-30 21:31:12 +01:00
..
models Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
mod.rs Migrate to rust 2018 edition 2018-12-07 02:05:45 +01:00
schema.rs Fix attachments during key rotation, add individual attachment key 2018-11-27 17:24:12 +01:00