🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@tailor-platform/function-kysely-tailordb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailor-platform/function-kysely-tailordb

Kysely dialect for TailorDB

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
1.4K
32.6%
Maintainers
1
Weekly downloads
 
Created
Source

This is not an experimental package. but it is ready for production use.

@tailor-platform/function-kysely-tailordb

Kysely dialect for TailorDB

Usage

We recommend installing @tailor-platform/function-types along with @tailor-platform/function-kysely-tailordb, as you’ll need these types to use the dialect effectively.

npm install -D @tailor-platform/function-types
npm install @tailor-platform/function-kysely-tailordb
import { Kysely } from 'kysely';
import { TailordbDialect } from '@tailor-platform/function-kysely-tailordb';

const client = new tailordb.Client({
  namespace: '<tailordb namespace>',
});

const db = new Kysely<Database>({
  dialect: new TailordbDialect(client),
});

FAQs

Package last updated on 22 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts