UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

4 lines (3 loc) 142 B
export async function fetchActiveUsers(knex) { return await knex.select('id', 'role').from('directus_users').where('status', 'active'); }