spacemonkeygo / dbx

A neat codegen-based database wrapper written in Go
Apache License 2.0
74 stars 11 forks source link

Optimize flatten SQL #38

Closed egonelbre closed 5 years ago

egonelbre commented 5 years ago

In best case no allocations per run, worst case 1 allocation.