📝 Refine docs and review config setup
This commit is contained in:
parent
f7316f3037
commit
4e4d372255
4 changed files with 52 additions and 57 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//! > Adapted from https://github.com/loco-rs/loco/blob/master/src/schema.rs
|
||||
//! > Adapted from <https://github.com/loco-rs/loco/blob/master/src/schema.rs>
|
||||
//!
|
||||
//! # Database Table Schema Helpers
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ pub mod prelude {
|
|||
|
||||
include_locales!(LOCALES_SEAORM);
|
||||
|
||||
/// Implements [`PackageTrait`](pagetop::core::package::PackageTrait) and specific package API.
|
||||
/// Implements [`PackageTrait`] and specific package API.
|
||||
pub struct SeaORM;
|
||||
|
||||
impl PackageTrait for SeaORM {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue