We don't need to always regenerate SQL queries when the requests options are the same and only the parameters have changed. - [ ] Save the parameters as functions that can extract the real parameters from the `Ciboulette2PgBuilderState` - [ ] Add a [LRU](https://crates.io/crates/lru) cache layer to store the generated SQL - [ ] Add a method to re-extract the parameter for given requests options
We don't need to always regenerate SQL queries when the requests options are the same and only the parameters have changed.
Ciboulette2PgBuilderState