@starbemtech/star-db-query-builder
Version:
A query builder to be used with mysql or postgres
8 lines (7 loc) • 360 B
TypeScript
import { PoolConfig as PgPoolConfig } from 'pg';
import { PoolOptions as MySqlPoolOptions } from 'mysql2';
import { Conditions as TypeConditions } from './src/default/types';
export * from './src/db/initDb';
export * from './src/default/genericRepository';
export * from './src/monitor/monitor';
export type { PgPoolConfig, MySqlPoolOptions, TypeConditions };