Files
directus/packages/data-driver-postgres
Nicola Krumschmidt 1acbe2535f Make relational node names less confusing (#21213)
* Change relational-many node type string to relational-single

* Rename relational-single type to align with type string

* Change relational-any node type string to relational-union

* Rename relational-union type to align with type string
2024-01-29 12:43:45 +01:00
..
2023-05-10 14:30:53 -04:00
2024-01-28 22:56:34 +01:00
2023-09-26 21:14:27 +08:00

@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.