UNPKG

@ydbjs/query

Version:

High-level, type-safe YQL query and transaction client for YDB. Supports tagged template syntax, parameter binding, transactions, and statistics.

10 lines (8 loc) 167 B
import { defineProject } from 'vitest/config' export default defineProject({ test: { environment: 'node', include: ['src/**/*.test.ts'], name: 'query', }, })