slonik
Version:
A Node.js PostgreSQL client with strict types, detailed logging and assertions.
8 lines • 310 B
TypeScript
import { type InternalQueryMethod } from '../types';
/**
* Makes a query and expects exactly one result.
* Returns value of the first column.
* @throws DataIntegrityError If query returns multiple rows.
*/
export declare const maybeOneFirst: InternalQueryMethod;
//# sourceMappingURL=maybeOneFirst.d.ts.map