generated from alecodes/base-template
feat: add sqlx basic config
This commit is contained in:
parent
e0e8700baa
commit
48afdaccea
6 changed files with 1598 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue