- Elimina `run_now` y convierte `initialize()` en `async fn`. - `DBCONN` pasa de `LazyLock` a `OnceLock`; `MigratorBase` adopta `#[pagetop::async_trait]` con métodos async nativos. |
||
|---|---|---|
| .. | ||
| locale | ||
| migration | ||
| config.rs | ||
| db.rs | ||
| lib.rs | ||
| migration.rs | ||
- Elimina `run_now` y convierte `initialize()` en `async fn`. - `DBCONN` pasa de `LazyLock` a `OnceLock`; `MigratorBase` adopta `#[pagetop::async_trait]` con métodos async nativos. |
||
|---|---|---|
| .. | ||
| locale | ||
| migration | ||
| config.rs | ||
| db.rs | ||
| lib.rs | ||
| migration.rs | ||