https://github.com/lithdew/kysely-bun-sqlite
A fork of kysely-bun-sqlite with some improvements.
https://github.com/lithdew/kysely-bun-sqlite
Last synced: about 1 year ago
JSON representation
A fork of kysely-bun-sqlite with some improvements.
- Host: GitHub
- URL: https://github.com/lithdew/kysely-bun-sqlite
- Owner: lithdew
- Created: 2025-02-05T16:10:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T18:20:47.000Z (over 1 year ago)
- Last Synced: 2025-04-05T15:07:00.443Z (over 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kysely-bun-sqlite
A fork of [kysely-bun-sqlite](https://github.com/dylanblokhuis/kysely-bun-sqlite) with some improvements.
More explicitly, this fork:
1. adds support for streaming query results,
2. adds support for `numAffectedRows` for `INSERT`, `UPDATE`, and `DELETE` queries, and
3. caches `SELECT` queries.
## Installation
```bash
bun i https://github.com/lithdew/kysely-bun-sqlite
```