Documentation ¶
Index ¶
- func Benchmark(b *testing.B, names ...string)
- func BenchmarkNoSQL(t *testing.B, gen Database)
- func Register(name string, vers ...Version)
- func RunBenchmark(b *testing.B, bench func(b *testing.B, run Database), names ...string)
- func RunTest(t *testing.T, test func(t *testing.T, run Database), names ...string)
- func Test(t *testing.T, names ...string)
- func TestNoSQL(t *testing.T, gen Database)
- type Database
- type Registration
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BenchmarkNoSQL ¶
func RunBenchmark ¶
Types ¶
type Registration ¶
type Registration struct { nosql.Registration Versions []Version }
func ByName ¶
func ByName(name string) *Registration
ByName returns a registered database driver by it's name.
Click to show internal directories.
Click to hide internal directories.