Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 658 Bytes

GoSQL

Query builder with some handy utility functions.

Documentation

For full documentation see godoc.

Benchmarks

BenchmarkInsert-4        	    836143 ns/op	     400 B/op	      17 allocs/op
BenchmarkUpdate-4        	     22923 ns/op	     488 B/op	      18 allocs/op
BenchmarkSelect-4        	     24934 ns/op	     648 B/op	      26 allocs/op
BenchmarkSelectMany-4    	    127559 ns/op	    6568 B/op	     328 allocs/op
BenchmarkSelectManyPtrs-4	    130752 ns/op	    7976 B/op	     428 allocs/op

Contribute

Make a pull request