mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Decouple Sql generation code from simulator code, so that it can potentially be reused for fuzzing on other crates and to create a `GenerationContext` trait so that it becomes easier to create `Simulation Profiles`. Ideally in further PRs, I want to expand the `GenerationContext` trait so we can guide the generation with context from the simulation profile. Depends on #2789 . Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #2793
TODO