Skip to content

Commit

Permalink
fixed the broken sentence in introduction. (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Wu <[email protected]>
  • Loading branch information
skyhitnow and Blake Wu authored Jan 16, 2025
1 parent 59f0df5 commit 25fcaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>

## Introduction
**KiteSQL** is a lightweight embedded database inspired by **MyRocks** and **SQLite** and completely coded in Rust. It aims to provide a more user-friendly, lightweight, and low-loss RDBMS for Rust programming so that the APP does not rely on other complex components. can perform complex relational data operations
**KiteSQL** is a lightweight embedded database inspired by **MyRocks** and **SQLite** and completely coded in Rust. It aims to provide a more user-friendly, lightweight, and low-loss RDBMS for Rust programming so that the APP does not rely on other complex components. It can perform complex relational data operations.

## Key Features
- A lightweight embedded SQL database fully rewritten in Rust
Expand Down

0 comments on commit 25fcaa1

Please sign in to comment.