Nikola Henezi
Results
2
issues of
Nikola Henezi
I'm trying to get `sea_query` to be as performant as native SQLite prepared statement as possible. I've only tested `TEXT` columns and here's the fastest I've managed to do it:...
Problem with `ValidationError = Maybe String` is that amongs other things it does not handle customization well; how can I provide my own error messages if API describes validations errror...