UNPKG

orange-orm

Version:

Object Relational Mapper

5 lines (4 loc) 105 B
function formatBigintIn(value) { return `CONVERT(BIGINT, ${value})`; } module.exports = formatBigintIn;