make_db()
create database from downloaded data with finn
read_db()
create connection to the database
path_db()
display the path of the database file boligfinn.sqlite.
make_db(x, ...) read_db() path_db()
x | Data table from finn function |
---|---|
... | Extra arguments |
An SQLite database
This function will create a boligfinn folder in the HOME directory if it isn't there and create a boligfinn.sqlite database.
This is standard and will be ~/boligfinn/boligfinn.sqlite