Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subframe7536/kysely-sqlite-tools
SQLite tools for Kysely, include auto serialize plugin, sql.js / sqlite wasm / node-sqlite3-wasm / sqlite worker / Tauri sqlite plugin / bun:sqlite dialects
https://github.com/subframe7536/kysely-sqlite-tools
bun kysely-dialect sqlite sqlite-wasm tauri
Last synced: 4 days ago
JSON representation
SQLite tools for Kysely, include auto serialize plugin, sql.js / sqlite wasm / node-sqlite3-wasm / sqlite worker / Tauri sqlite plugin / bun:sqlite dialects
- Host: GitHub
- URL: https://github.com/subframe7536/kysely-sqlite-tools
- Owner: subframe7536
- License: mit
- Created: 2023-04-23T09:28:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T12:53:25.000Z (2 months ago)
- Last Synced: 2025-01-12T04:34:47.078Z (11 days ago)
- Topics: bun, kysely-dialect, sqlite, sqlite-wasm, tauri
- Language: TypeScript
- Homepage: https://subframe7536.github.io/kysely-sqlite-tools/
- Size: 13 MB
- Stars: 58
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kysely Sqlite Tools
- [dialect](packages/dialect-wasm) for `wasm`, run SQLite in browser
- [dialect](packages/dialect-sqlite-worker) for [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3), running sql in worker_thread
- [dialect](packages/dialect-wasqlite-worker) for [`wa-sqlite`](https://github.com/rhashimoto/wa-sqlite), running sql in web worker, store data in OPFS or IndexedDB
- [dialect](packages/dialect-tauri) for [`Tauri`](https://tauri.app/), using [official sql plugin](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/sql)
- [dialect](packages/dialect-bun-worker/) for [`Bun SQLite`](https://bun.sh/docs/api/sqlite), running sql in worker
- [plugin](packages/plugin-serialize) that auto serialize and deserialize params
- ~~[sqlite utils](packages/sqlite-utils) useful utils for SQLite~~ deprecated
- ~~[sqlite builder](packages/sqlite-builder) for various features~~ move to [kysely sqlite builder](https://github.com/subframe7536/kysely-sqlite-builder)