basic recents view
This commit is contained in:
parent
65e17fc55b
commit
687c33829f
20 changed files with 2156 additions and 20 deletions
|
@ -1,11 +1,12 @@
|
|||
use rusqlite::{Connection, Row};
|
||||
use serde::Serialize;
|
||||
|
||||
use super::{
|
||||
error::DataStoreError,
|
||||
pagination::{Pagination, SortOrder},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Serialize)]
|
||||
pub struct Author {
|
||||
pub id: i32,
|
||||
pub name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue