%notin%                 not-in operator
Logger                  Logger
close_connection        Close connection to the DB
create_logs_if_missing
                        Create a table with the SCDB log structure if
                        it does not exists
create_table            Create a historical table from input data
db_timestamp            Determine the type of timestamps the DB
                        supports
digest_to_checksum      Computes an MD5 checksum from columns
filter_keys             Filters .data according to all records in the
                        filter
get_connection          Opens connection to the database
get_schema              Get the current schema of a database-related
                        objects
get_table               Gets a named table from a given schema
get_tables              Gets the available tables
id                      Convenience function for DBI::Id
interlace_sql           Combine any number of SQL queries, where each
                        has their own time axis of validity (valid_from
                        and valid_until)
is.historical           Checks if table contains historical data
joins                   SQL Joins
nrow                    nrow() but also works on remote tables
schema_exists           Test if a schema exists in given connection
slice_time              Slices a data object based on time / date
table_exists            Test if a table exists in database
unite.tbl_dbi           tidyr::unite for tbl_dbi
update_snapshot         Update a historical table
