UNPKG

slonik-utilities

Version:

Utilities for manipulating data in PostgreSQL database using Slonik.

4 lines (3 loc) 124 B
export { update, } from './update'; export { updateDistinct, } from './updateDistinct'; export { upsert, } from './upsert';