You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a presenter, I would like the database initialization to be more dynamic and flexible in the following ways:
* Database initialization should be moved to a separate DLL.
* Database initialization should be callable by powershell.
* The Logger Schema DDL should be stored in a way that it can be accessed by the non-.NET projects.
As a presenter I would like a Console program that is written in PHP to import users into the AlwaysEncrypted Sample application to demonstrate PHPs compatability with AlwaysEncrypted.
It should do the following:
1. Log to the Logger.Log table that log4net uses via PSR-3 Logging.
* Initially use [dbal-psr3-logger](https://github.com/tuupola/dbal-psr3-logger).
* Eventually implement a custom MonoLog handler.
2. Parse a CSV file of user information.
3. Use doctrine ORM (not just the DBAL) to write to doctrine.