Find all records
In this example we're using .where to find all users whose age is > 18.
Notice the use of .selectAll which translates to SELECT * FROM in SQL.
In this example we're using .where to find all users whose age is > 18.
Notice the use of .selectAll which translates to SELECT * FROM in SQL.