UNPKG

slonik-utilities

Version:

Utilities for manipulating data in PostgreSQL database using Slonik.

10 lines (9 loc) 130 B
export { update, } from './update'; export { updateDistinct, } from './updateDistinct'; export { upsert, } from './upsert';