Metadata-Version: 2.4
Name: db-test-helpers-sqlite
Version: 0.1.0
Summary: SQLite adapter for db-test-helpers
Project-URL: Homepage, https://github.com/takaaa220/db-test-helpers
Project-URL: Repository, https://github.com/takaaa220/db-test-helpers
Project-URL: Issues, https://github.com/takaaa220/db-test-helpers/issues
Author: takaaa220
License-Expression: MIT
Keywords: database,sqlite,test-helpers,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Requires-Dist: db-test-helpers<0.2.0,>=0.1.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# db-test-helpers-sqlite

SQLite adapter for [db-test-helpers](https://github.com/takaaa220/db-test-helpers).

## Installation

```bash
pip install db-test-helpers-sqlite
```

## Documentation

See the [main repository](https://github.com/takaaa220/db-test-helpers) for usage and documentation.
