kysely-sqlite-tools icon indicating copy to clipboard operation
kysely-sqlite-tools copied to clipboard

SQLite tools for Kysely, include auto serialize plugin, sqlite wasm / sqlite worker / Tauri sqlite plugin / bun:sqlite dialects

Kysely Sqlite Tools

  • dialect for wasm, run SQLite in browser
  • dialect for better-sqlite3, running sql in worker_thread
  • dialect for wa-sqlite, running sql in web worker, store data in OPFS or IndexedDB
  • dialect for Tauri, using official sql plugin
  • dialect for Bun SQLite, running sql in worker
  • plugin that auto serialize and deserialize params
  • ~~sqlite utils useful utils for SQLite~~ deprecated
  • ~~sqlite builder for various features~~ move to kysely sqlite builder