DEV Community

Cover image for Customize Database Queries in AdonisJS
Patrick O'Dacre
Patrick O'Dacre

Posted on

Customize Database Queries in AdonisJS

Subscribe to my YouTube channel for more tutorials on working with VueJS and AdonisJS -- an MVC framework for NodeJS!

In this video I show you how to customize Lucid database queries based on user input or other logic to make your API routes more reusable.

This information will help you a lot if you want to create filterable / searchable lists of data.

Links:

Github Repo

Related YouTube Videos

Use Lucid ORM to Query Related Data from a MySQL Database

Apply Constraints to Lucid Relationships in AdonisJS

Top comments (0)