blinkdb icon indicating copy to clipboard operation
blinkdb copied to clipboard

Implement 'not equal' 'not in' filters

Open cpakken opened this issue 1 year ago • 0 comments

Implement 'not equal' 'not in' filters

const users = await many({ where: { id: { ne: notequaltothisId } } })

cpakken avatar Jun 19 '24 03:06 cpakken