mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Changed sort conversion to support nested targets * Refactoring in sort test * integrated new sort conversion * formatting * removed type errors * test for sort in modifier conversion * remove unneeded stuff from driver * fixed tests * removed unused type * support functions for sort * Remove not needed error handling * Allow sorting by functions in query converter --------- Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
@directus/data-driver-postgres
This package converts an abstract query to an actual PostgreSQL statement und queries the database.
Current architecture of this package
To get an overview of how the package is organized regarding it's files, directories and the dependencies between them,
run pnpm run depcruise and have a look in the created dependency-graph.svg image.