#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:
-
Filter, order and limit data: learn how you can perform database operations within Aurora classes.
-
Hooks: default Aurora flow is better controlled with hooks. Learn how to add custom logic to the default Core API functionalities.
-
Custom JSON encoding/decoding to override the default implementation and enhance the performance of your application.