MySQL support epic. Here we log state of development process. ### Beta versions * [Greenmask v1.0.0b1](https://github.com/GreenmaskIO/greenmask/releases/tag/v1.0.0b1) ### UPD (2025-12-19): **A "short" list of TODOs for the first pre-release:** - [x] Port CMD transformer #359 - [x] Introduce column class. For example class.Textual represents all TEXT-like column types #360 - [x] Implement list-dumps command #361 - [x] Implement validate command #363 - [x] Implement list-transformers command #365 - [x] Playground for MySQL #367 - [ ] Implement show-dump command - [x] Implement show-transformer command #365 - [x] Implement delete command #364 - [x] Write unit tests for MySQL driver using a real MySQL8 test container #366 - [ ] Write a bunch of integration tests #375 - [ ] Implement transformer inharitance (references + partitioned tables) - [ ] Revise documentation and add info about MySQL engine - [x] Create build for mysql (v1) (docker and binaries) - for 8.4 and 8.0 versions #374
MySQL support epic. Here we log state of development process.
Beta versions
UPD (2025-12-19):
A "short" list of TODOs for the first pre-release: