mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Make "as" required on abstract SQL select nodes * Adjust driver to always expect as * Replace parameter index generator with general purpose one * Use table and column indices instead of unique aliases * Fix and refactor data-sql tests * Adjust postgres driver to use table and column indices * adopted query unit tests * adopted index file tests in driver * adopted utility tests in driver * deleted unused variables * moved indexing logic into converter specific utils folder * tiny reference fix * removed mock * Remove mock variable from orderBy test * Move index to identifier functions to data-sql * Rename columnIndexToName in tests and parameters --------- Co-authored-by: Jan Arends <jan.arends@mailbox.org>
@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.