https://github.com/dylanblokhuis/kysely-bun-sqlite
Use Kysely with the Bun runtime
https://github.com/dylanblokhuis/kysely-bun-sqlite
bun kysely sqlite
Last synced: 6 months ago
JSON representation
Use Kysely with the Bun runtime
- Host: GitHub
- URL: https://github.com/dylanblokhuis/kysely-bun-sqlite
- Owner: dylanblokhuis
- License: mit
- Created: 2022-07-06T18:13:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T07:32:13.000Z (7 months ago)
- Last Synced: 2025-05-12T07:43:19.419Z (7 months ago)
- Topics: bun, kysely, sqlite
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/kysely-bun-sqlite
- Size: 129 KB
- Stars: 34
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kysely-bun-sqlite
Use kysely with `bun:sqlite`, for an example please see the [Simple Example](https://github.com/dylanblokhuis/kysely-bun-sqlite/tree/master/examples/simple) in this repository.
## Installation
```sh
bun add kysely-bun-sqlite
```