UNPKG

@opengis/fastify-table

Version:

core-plugins

5 lines (4 loc) 142 B
export default async function nextId({ pg }) { const { id } = await pg.one('select next_id() as id'); return { id: id.toString() }; }