Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 25, 2024
1 parent 5e5e27a commit c9a9d31
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# SQLite Viewer
<div align="center">
<h1>SQLite Viewer</h1>
</div>

<div align="center">
<a href="https://app.codacy.com/gh/vwh/sqlite-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
<img src="https://app.codacy.com/project/badge/Grade/1a8379b2399b45278a710145f92eab5d" alt="Codacy Badge"/>
</a>
<a href="https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml">
<img src="https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml/badge.svg" alt="Codeql Badge"/>
</a>
<a href="https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml">
<img src="https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml/badge.svg" alt="Check Format Badge"/>
</a>
<a href="https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml">
<img src="https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml/badge.svg" alt="Lint Badge"/>
</a>
</div>

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1a8379b2399b45278a710145f92eab5d)](https://app.codacy.com/gh/vwh/sqlite-viewer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codeql Badge](https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml/badge.svg)](https://github.com/vwh/sqlite-viewer/actions/workflows/codeql.yml)
[![Check Format Badge](https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml/badge.svg)](https://github.com/vwh/sqlite-viewer/actions/workflows/format.yml)
[![Lint Badge](https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml/badge.svg)](https://github.com/vwh/sqlite-viewer/actions/workflows/lint.yml)

View and query SQLite databases directly in your browser. Built with `sql.js` and ReactJS.
<p align="center">
<b>View and query SQLite databases directly in your browser. Built with <code>sql.js</code> and ReactJS.</b>
</p>

<p align="center">
<img src="https://github.com/user-attachments/assets/5aaceb40-8b06-4c8b-9132-a09d8d017ae7" alt="Preview">

</p>

> [!NOTE]
Expand Down

0 comments on commit c9a9d31

Please sign in to comment.