Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T13:02:36.000Z (10 months ago)
- Last Synced: 2024-11-08T13:44:24.049Z (7 days ago)
- Topics: bun, kysely, sqlite
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/kysely-bun-sqlite
- Size: 129 KB
- Stars: 26
- Watchers: 2
- Forks: 6
- 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
```