Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe authored Jan 6, 2025
1 parent 5cb1297 commit 5ced68a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sqlite> select * from tonbo;
1|sqlite|200
```
Or you can use SQLite extension in Python:
Or use SQLite extension in Python:
```python
import sqlite3

Expand All @@ -60,7 +60,7 @@ for row in rows:
```
### Use in Rust
TonboLite can be used just like a regular SQLite program.
TonboLite is able to be used just like a regular SQLite program.
> Please use our Rusqlite patch
> ```toml
> [patch.crates-io.rusqlite]
Expand Down Expand Up @@ -123,7 +123,7 @@ await conn.flush("tonbo");
```
## Configuration
You can configure tonbolite in `CREATE` statement, here are some options you can configure
Configure tonbolite in `CREATE` statement:
- `create_sql`(required): The `CREATE` SQL statement
- `path`(required): Path to local storage
- `fs`: `local`/`s3`
Expand Down

0 comments on commit 5ced68a

Please sign in to comment.