Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai authored Jun 23, 2024
1 parent 1297231 commit 5ad4e00
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
<p align="center">

<p align="center">
<img width="50%" height="40%" src="" alt="Logo">
</p>

<h1 align="center">tsellm</h1>
<p align="center">
<strong>Interactive SQLite shell with LLM support</strong>
<br> <br />
<a href="#usage"><strong> Usage </strong></a> |
<a href="#installation"><strong> Installation </strong></a> |
<a href="#how"><strong> How </strong></a> |
<a href="#roadmap"><strong> Roadmap </strong></a>

<a href="#how"><strong> How </strong></a>
</p>
<p align="center">

Expand All @@ -21,11 +15,13 @@
<a href="https://github.com/Florents-Tselai/tsellm/actions/workflows/test.yml?branch=mainline"><img src="https://github.com/Florents-Tselai/tsellm/actions/workflows/test.yml/badge.svg"></a>
<a href="https://codecov.io/gh/Florents-Tselai/tsellm"><img src="https://codecov.io/gh/Florents-Tselai/tsellm/branch/main/graph/badge.svg"></a>
<a href="https://opensource.org/licenses/BSD license"><img src="https://img.shields.io/badge/BSD license-blue.svg"></a>
<a href="https://github.com/Florents-Tselai/tsellm/releases"><img src="https://img.shields.io/github/v/release/Florents-Tselai/tsellm?include_prereleases&label=changelog"></a>

**tsellm** is an interactive SQLite shell with LLM Support.
Available as `pip install tsellm`.

![til](./tsellm-demo.gif)


## Usage

Let's create a simple SQLite database with some data.
Expand Down

0 comments on commit 5ad4e00

Please sign in to comment.