Buchungen funktioniern mitsamt modal und laufendem saldo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
library("dbplyr")
|
||||
library("tidyverse")
|
||||
library("shiny")
|
||||
library("shinyWidgets")
|
||||
library("DBI")
|
||||
library("RSQLite")
|
||||
library("dbx")
|
||||
@@ -15,5 +16,8 @@ conflicts_prefer(dplyr::filter)
|
||||
options(shiny.reactlog = TRUE)
|
||||
options(shiny.error = browser)
|
||||
|
||||
conn <- dbConnect(RSQLite::SQLite(), "db/development.sqlite3")
|
||||
conn <- dbConnect(RSQLite::SQLite(), "db/development.sqlite")
|
||||
sourceDirectory("R/")
|
||||
|
||||
dbReadTable(conn, "projects") %>% str
|
||||
dbGetQuery(conn, "PRAGMA table_info(postings);")
|
||||
|
||||
Reference in New Issue
Block a user