Create a file to store your database configurations in.
Examples
# Choose config file path
# Do NOT use tempfile in practice.
# Choose a fixed location such as '~/.easydb'
config <- tempfile('.example_config')
# Initialise Configuration File
easydb_init(config)
#> Creating config file at:
#> → /tmp/RtmpMTGVXD/.example_config1654649c3e1e
#> ────────────────────────────────────────────────────────────────────────────────
#> ✔ Config file created at /tmp/RtmpMTGVXD/.example_config1654649c3e1e