models
models copied to clipboard
How to combine this with rocket_auth
Is there an example of how to use this together with rocket_auth?
In the rocket_auth example, I see that the Users table is being created, but I want that to be part of a migration: https://github.com/tvallotton/rocket_auth/blob/4046459ffec839d6f2cf8884c30a6d8cc4f8f52c/examples/sqlite.rs#L65
Currently there isn't much it can be done, I created rocket_auth
before I came up with this crate, but in the future as I work in both crates I plan to smooth out their interoperability.