📝 Refine docs and review config setup

This commit is contained in:
Manuel Cillero 2024-11-26 00:25:18 +01:00
parent f7316f3037
commit 4e4d372255
4 changed files with 52 additions and 57 deletions

View file

@ -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
//!

View file

@ -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 {