feat: task_module

This commit is contained in:
2026-04-22 18:27:39 +03:00
parent bb6f94126c
commit a9bbaf4504
3 changed files with 278 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#' @description Function to open connection to db, disigned to easy dubugging.
#' @param where text mark to distingiush calss
make_db_connection = function(scheme, where = "") {
if (getOption("APP.DEBUG", FALSE)) message("=== DB CONNECT ", where)
DBI::dbConnect(RSQLite::SQLite(), fs::path(
config::get("form_app_configure_path"),
"db",