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: about 19 hours 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T13:02:36.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:12:28.662Z (26 days ago)
- Topics: bun, kysely, sqlite
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/kysely-bun-sqlite
- Size: 129 KB
- Stars: 33
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
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
```