Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```