feat: add sqlx basic config

This commit is contained in:
Alexander Navarro 2025-02-21 12:55:23 -03:00
parent e0e8700baa
commit 48afdaccea
6 changed files with 1598 additions and 17 deletions

View file

@ -6,6 +6,8 @@ use minijinja::{Environment, Template};
use serde::{Deserialize, Serialize};
use std::sync::Arc;
pub type Tx = axum_sqlx_tx::Tx<sqlx::Postgres>;
#[derive(Serialize, Deserialize, Debug)]
pub struct Link {
pub path: String,