Skip to content

Commit 7af9528

Browse files
authored
Merge pull request #87 from michalc/docs/adjust-badges
docs: adjust badges location and add PyPI badge
2 parents 0fd309e + b150ab1 commit 7af9528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 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)
1+
# sqlite-s3-query
2+
3+
[![PyPI version](https://badge.fury.io/py/sqlite-s3-query.svg)](https://pypi.org/project/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)
24

35
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.
46

0 commit comments

Comments
 (0)