Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gerold-penz committed Aug 14, 2024
1 parent 34f83ac commit ea6ee01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and v8 as a fast JSON replacement.

[Bun's](https://bun.sh/) lightning-fast
[SQLite implementation](https://bun.sh/docs/api/sqlite) makes Bun-SQLite-Key-Value
perfect for a fast storage and cache solution with TTL support.
perfect for a fast and reliable storage and cache solution with TTL support.
*You need [Bun](https://bun.sh/) to be able to use this package.*

The ideas for the implementation come from
Expand Down Expand Up @@ -53,7 +53,7 @@ The ideas for the implementation come from
- [`incr()`](#increment)
- [`decr()`](#decrement)
- String
- ['append()'](#append)
- [`append()`](#append)
- Hash (Map Object)
- [`hSet()`](#hash-map-object---write-value-)
- [`hGet()`](#hash-map-object---read-value-)
Expand Down
3 changes: 1 addition & 2 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"include": [
"LICENSE",
"README.md",
"SQLITE.md",
"src/**/*.ts"
]
}
}
}

0 comments on commit ea6ee01

Please sign in to comment.