Skip to content

Commit 17f09f1

Browse files
committed
remove legacy db plugin (#2480)
1 parent d5c16f9 commit 17f09f1

File tree

85 files changed

+0
-6751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+0
-6751
lines changed

Cargo.lock

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ tauri-plugin-analytics = { path = "plugins/analytics" }
124124
tauri-plugin-apple-calendar = { path = "plugins/apple-calendar" }
125125
tauri-plugin-auth = { path = "plugins/auth" }
126126
tauri-plugin-cli2 = { path = "plugins/cli2" }
127-
tauri-plugin-db = { path = "plugins/db" }
128127
tauri-plugin-db2 = { path = "plugins/db2" }
129128
tauri-plugin-deeplink2 = { path = "plugins/deeplink2" }
130129
tauri-plugin-detect = { path = "plugins/detect" }

crates/db-user/src/init.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

crates/db-user/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ pub use templates_ops::*;
7878
#[allow(unused)]
7979
pub use templates_types::*;
8080

81-
pub mod init;
82-
pub mod seed;
83-
8481
pub use hypr_db_core::{Database, Error};
8582

8683
#[macro_export]

crates/db-user/src/seed.rs

Lines changed: 0 additions & 152 deletions
This file was deleted.

plugins/db/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

plugins/db/Cargo.toml

Lines changed: 0 additions & 34 deletions
This file was deleted.

plugins/db/build.rs

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)