mysql
mysql copied to clipboard
ClickHouse Integration
Add support for ClickHouse MySQL
Closes #346
TODO:
- [ ] Add
sha256_[password|hash],bcrypt_[password|hash]auth plugin - [ ] Find workaround for prepared statements (may not be supported by ClickHouse)
- [ ] Extend col_def parsing
- [ ] Integration tests
- [ ] etc