We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3460317 commit 5103203Copy full SHA for 5103203
src/sqlite.rs
@@ -76,6 +76,7 @@ pub enum SqliteError {
76
/// Sqlite helper struct for a db.
77
/// Opening or creating a db will give you a Result<sqlite>.
78
/// You can call it's impl functions to interact with it.
79
+#[derive(Debug, Clone, Serialize, Deserialize)]
80
pub struct Sqlite {
81
pub package_id: PackageId,
82
pub db: String,
0 commit comments