node-querybuilder
node-querybuilder copied to clipboard
NULL does not support
.where('attr IS NOT', 'NULL') of .where('attr IS NOT', null) : does not work
.where({attr: 'IS NOT NULL'})