sprattus icon indicating copy to clipboard operation
sprattus copied to clipboard

Remove the dependancy on strfmt

Open dutchmartin opened this issue 4 years ago • 0 comments

For some methods, we currently use the strfmt crate to generate sql query's. This seems unnecessary since the format macro can do this job too. Using the format macro will also reduce the amount of allocations needed which in result will improve performance.

dutchmartin avatar Oct 28 '19 09:10 dutchmartin