Database preparation ==================== This part of the pipeline is responsible for preparing the database. The database is created using the SQLite library. The database gets the data from the CSV files and stores it in the database, which is then used by the dashboard. .. automodule:: database :members: