mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
I wanted to assist the current development in an up-to-date fashion, this PR adds drop table(which is being implemented currently in https://github.com/tursodatabase/limbo/pull/897) testing support to the generator. Unfortunately, we don't have feature flags in the simulator yet, so the users should manually fix the generation probability in `simulator/generation/plan.rs#L644` and `simulator/generation/property.rs#L629`. Closes #949