diff --git a/README.md b/README.md index a11c9b0..0ce8e81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# sqlite-s3-query [![.github/workflows/test.yml](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml/badge.svg)](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml) [![Test Coverage](https://api.codeclimate.com/v1/badges/8e6c25c35521d6b338fa/test_coverage)](https://codeclimate.com/github/michalc/sqlite-s3-query/test_coverage) - +# sqlite-s3-query [![.github/workflows/test.yml](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml/badge.svg)](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml) [![Test coverage](https://codecov.io/gh/michalc/sqlite-s3-query/branch/main/graph/badge.svg?token=8TY3ZEOY77)](https://codecov.io/gh/michalc/sqlite-s3-query) Python context managers to query a SQLite file stored on S3. It uses multiple HTTP range requests per query to avoid downloading the entire file, and so is suitable for large databases.