add: full links api
This commit is contained in:
parent
c2dbe2f114
commit
ffdb767518
12 changed files with 532 additions and 4 deletions
|
@ -9,10 +9,7 @@ use crate::{
|
|||
},
|
||||
};
|
||||
use crate::{auto_method, DataManager};
|
||||
|
||||
use oiseau::PostgresRow;
|
||||
|
||||
use oiseau::{execute, get, query_rows, params};
|
||||
use oiseau::{PostgresRow, execute, get, query_rows, params};
|
||||
|
||||
impl DataManager {
|
||||
/// Get a [`UserStack`] from an SQL row.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue