# Issue: Use In-Memory Database for Testing ## Description For testing, utilize an in-memory bw project and database instead of writing the "sample_database" to disk. ## Proposed Action Configure tests to create and use an in-memory database to improve performance and reduce disk I/O.