Knex Last INSERT ID MySQL
knex('users').max('age')Outputs:select max(`age`) from `users`
Yawning Yak
knex('users').max('age')Outputs:select max(`age`) from `users`