Added DB classes

This commit is contained in:
2026-02-04 09:57:09 +00:00
parent ebb740c825
commit 21c15a4f0d
13 changed files with 985 additions and 0 deletions

2
.lintr Normal file
View File

@@ -0,0 +1,2 @@
linters: linters_with_defaults(pipe_consistency_linter=pipe_consistency_linter("%>%"), object_name_linter=object_name_linter(c("camelCase", "snake_case", "symbols"), c(enum = "^E_[A-Z_]+$",sf_object_camelCase = "^(?:\\.)?[[:lower:]](?:[[:alnum:]])*(?:\\.sf|\\.sfc|\\.sfproj)(?:[0-9]*)$", sf_object_snake_case = "^(?:\\.)?[[:lower:][:digit:]]+[_[:lower:][:digit:]]*(?:\\.sf|\\.sfc|\\.sfproj)(?:[0-9]*)$"))) # see vignette("lintr")
encoding: "UTF-8"