adonis js

JavaScript
await Database
  .from('users')
  .whereNotIn('id', [1,2,3])> adonis serve --dev
Source

Also in JavaScript: