SQLKit for byte banging
In my quest to cram as much data into my db through vapor as fast as possible, I realized I needed to do more work in less transactions.
I also discovered using Int id types are faster than UUID which makes sense in retrospect. I'll post some numbers in the coming week.