NingLin-P / sql-masker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-masker

A naive SQL data masker for TiDB, under very early development.

Roadmap

  • constant type inference according to DDL
    • inference based on physical plan
    • constant type casting
    • "handle" columns (like primary key, index...)
  • a just-works mask function
  • test on TPC-C workloads

About

License:Apache License 2.0


Languages

Language:Go 96.7%Language:Makefile 3.3%