### Description of feature Suggested approach: 1. Allow sqlite connection to be passed https://github.com/theislab/ehrdata/blob/80acdfd3937434be1d0730a7415d867bd5fcc35e/src/ehrdata/io/omop/_check_arguments.py#L28-L30 2. Include sqlite as additional parametrization in test suites [test_omop.py](https://github.com/theislab/ehrdata/blob/main/tests/test_io/test_omop.py) 3. Fix the tests that break 4. Cover some miscellaneous issues that pop up along this path
Description of feature
Suggested approach:
Allow sqlite connection to be passed
ehrdata/src/ehrdata/io/omop/_check_arguments.py
Lines 28 to 30 in 80acdfd
Include sqlite as additional parametrization in test suites
test_omop.py
Fix the tests that break
Cover some miscellaneous issues that pop up along this path