1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

storage: user and user email repository

This commit is contained in:
Quentin Gliech
2023-01-02 15:28:44 +01:00
parent 870a37151f
commit 13a9d03647
26 changed files with 2148 additions and 2424 deletions

View File

@ -35,6 +35,8 @@ Note that migrations are embedded in the final binary and can be run from the se
## Writing database interactions
**TODO**: *This section is outdated.*
A typical interaction with the database look like this:
```rust