Skip to content

Universal Anonymizer : work with all DBs

Compare
Choose a tag to compare
@edyan edyan released this 24 Mar 20:22
· 198 commits to master since this release

That's a plan, I don't know if it's realistic for now ;)

  • moved from PDO to doctrine/dbal
  • no need to inject a PDO object, an array of parameters is enough (that's why it's a v3)
  • removed all hard coded queries to have an universal anonymizer
  • Integrated robo.li to test with postgre and mysql