go-reform / reform

A better ORM for Go, based on non-empty interfaces and code generation.
https://gopkg.in/reform.v1
MIT License
1.44k stars 73 forks source link

Benchmarks #7

Open AlekSi opened 8 years ago

AlekSi commented 8 years ago
AlekSi commented 7 years ago

Note: I was pointed out that some reflection-based ORMs are 4 times slower then reform or plain database/sql. May as well add this to README.