Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 593 Bytes

advanced.md

File metadata and controls

13 lines (9 loc) · 593 Bytes

#Advanced

This section gives you an idea about how you can filter out your data and how you can have a fine-grained control over the default implementation of Aurora's main API:

  1. Filter, order and limit data: learn how you can perform database operations within Aurora classes.

  2. Hooks: default Aurora flow is better controlled with hooks. Learn how to add custom logic to the default Core API functionalities.

  3. Custom JSON encoding/decoding to override the default implementation and enhance the performance of your application.