blinkdb
blinkdb copied to clipboard
Implement 'not equal' 'not in' filters
Implement 'not equal' 'not in' filters
const users = await many({ where: { id: { ne: notequaltothisId } } })