Skip to content

Commit 2f9fbeb

Browse files
authored
Update README.md with logo and code cov
1 parent dc2d924 commit 2f9fbeb

1 file changed

Lines changed: 29 additions & 9 deletions

File tree

README.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
# SQLStream
2-
3-
**A lightweight, pure-Python SQL query engine for CSV, Parquet, JSON, JSONL, HTML, and Markdown files with lazy evaluation and intelligent optimizations.**
4-
5-
[![Tests](https://img.shields.io/github/actions/workflow/status/subhayu99/sqlstream/tests.yml?branch=main&label=Tests)](https://github.com/subhayu99/sqlstream/actions)
6-
[![Documentation](https://img.shields.io/github/actions/workflow/status/subhayu99/sqlstream/docs.yml?branch=main&label=Documentation)](https://subhayu99.github.io/sqlstream)
7-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8-
9-
📖 **[Full Documentation](https://subhayu99.github.io/sqlstream)** | 🚀 **[Quick Start](https://subhayu99.github.io/sqlstream/getting-started/quickstart/)** | 💬 **[Discussions](https://github.com/subhayu99/sqlstream/discussions)**
1+
<div align="center">
2+
<img src="docs/assets/logo.png" alt="SQLStream Logo" width="200">
3+
<h1>SQLStream</h1>
4+
5+
<p>
6+
<strong>A lightweight, pure-Python SQL query engine for CSV, Parquet, JSON, JSONL, HTML, and Markdown files with lazy evaluation and intelligent optimizations.</strong>
7+
</p>
8+
9+
<p>
10+
<a href="https://github.com/subhayu99/sqlstream/actions">
11+
<img src="https://img.shields.io/github/actions/workflow/status/subhayu99/sqlstream/tests.yml?branch=main&label=Tests&style=flat-square" alt="Tests">
12+
</a>
13+
<a href="https://codecov.io/gh/subhayu99/sqlstream">
14+
<img src="https://img.shields.io/codecov/c/github/subhayu99/sqlstream?style=flat-square&token=YOUR_CODECOV_TOKEN" alt="Coverage">
15+
</a>
16+
<a href="https://subhayu99.github.io/sqlstream">
17+
<img src="https://img.shields.io/github/actions/workflow/status/subhayu99/sqlstream/docs.yml?branch=main&label=Documentation&style=flat-square" alt="Documentation">
18+
</a>
19+
<a href="LICENSE">
20+
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License">
21+
</a>
22+
</p>
23+
24+
<p>
25+
📖 <a href="https://subhayu99.github.io/sqlstream"><strong>Full Documentation</strong></a> |
26+
🚀 <a href="https://subhayu99.github.io/sqlstream/getting-started/quickstart/"><strong>Quick Start</strong></a> |
27+
💬 <a href="https://github.com/subhayu99/sqlstream/discussions"><strong>Discussions</strong></a>
28+
</p>
29+
</div>
1030

1131
---
1232

0 commit comments

Comments
 (0)