Skip to content

Commit

Permalink
sqlite: add traits to helper struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bitful-pannul committed Oct 24, 2024
1 parent 3460317 commit 5103203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pub enum SqliteError {
/// Sqlite helper struct for a db.
/// Opening or creating a db will give you a Result<sqlite>.
/// You can call it's impl functions to interact with it.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Sqlite {
pub package_id: PackageId,
pub db: String,
Expand Down

0 comments on commit 5103203

Please sign in to comment.