K9db icon indicating copy to clipboard operation
K9db copied to clipboard

MySQL-compatible database for GDPR compliance by construction.

Results 15 K9db issues
Sort by recently updated
recently updated
newest added

### Sample Table `CREATE TABLE answers (id text, email varchar(255), lec int, q int, answer text, submitted_at datetime, PRIMARY KEY (id));` ### Issue Pelton is able to handle the cable...

enhancement

Calcite opt rules understand when columns are supposed to be equal (on joins) and pushes conditions on one of them below the join on both branches, making both columns keys...

bug

In the current implementation of GDPR Forget, a second call to `DeleteShard` is necessary at the end of `ExecForget()`. This is because although the initial call to `DeleteShard` removes all...

Futuristic

Policy language - [ ] Handle custom Rust policies from Sesame - [ ] Check policy and annotation consistency more generically - [ ] Better protocol for sending back policy...

enhancement