Skip to content

[1.0.0] Add a PDO storage adapter.#97

Open
ChadSikorra wants to merge 1 commit intoFreeDSx:1.0from
ChadSikorra:v1-sql-pdo
Open

[1.0.0] Add a PDO storage adapter.#97
ChadSikorra wants to merge 1 commit intoFreeDSx:1.0from
ChadSikorra:v1-sql-pdo

Conversation

@ChadSikorra
Copy link
Copy Markdown
Contributor

Adding a PDO storage adapter now that there is a pattern for doing this. Implementing it in a way that makes other SQL implementations possible. Though this largely focuses on SQLite. But any PDO style implementation should be possible here. This makes the server storage implementation far more performant, as it only needs to actually filter via PHP under specific filter scenarios.

@ChadSikorra ChadSikorra force-pushed the v1-sql-pdo branch 14 times, most recently from 72ddeaa to fccfced Compare April 15, 2026 04:35
…nslator to translate an LDAP filter to a SQL where statement (as close as is possible anyway). Support filterable results by storage adapters. Pass storage adapters a broader list of options as a DTO. Return a result object used to indicate if filtering was done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant