Add connection to database

This commit is contained in:
2024-01-16 21:46:17 -05:00
parent 7a9c93ee49
commit b78d7d8598
2 changed files with 52 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pub mod app;
pub mod songdata;
pub mod playstatus;
pub mod playbar;
pub mod database;
use cfg_if::cfg_if;
cfg_if! {