database
: Add some documentation
This commit is contained in:
parent
ccae871d8e
commit
17a0dfd21d
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
//! Database schema and migrations for the [`acrate`] project.
|
||||
//! Database schema, migrations, and high level database-reliant structures for the [`acrate`] project.
|
||||
|
||||
/// Database schema information automatically generated by [`diesel`].
|
||||
///
|
||||
/// Configured by `diesel.toml`.
|
||||
mod schema;
|
||||
|
||||
/// Tables related to web page metadata, XRD and JRD, `host-meta`, `WebFinger`, and so on.
|
||||
pub mod meta;
|
||||
|
||||
pub use diesel;
|
||||
pub use diesel_async;
|
||||
|
|
Loading…
Reference in a new issue