A FeathersJS database adapter for Kysely — the type-safe SQL query builder.
Supports PostgreSQL, MySQL, and SQLite.
npm install @fratzinger/feathers-kysely kyselypnpm test runs the suite (DB=sqlite|postgres|mysql, see test/dialect.ts).
pnpm bench runs the query benchmarks — see bench/README.md
for the regression workflow.
SQLite runs in memory and needs no setup. For postgres and mysql, put the
connection details in a gitignored .env.
DB = postgres
POSTGRES_DB = feathers_kysely_test
POSTGRES_USER = postgres
POSTGRES_PASSWORD = ""Copyright (c) 2026 Feathers contributors
Licensed under the MIT license.