]> Sergey Matveev's repositories - btrtrc.git/blob - storage/sqlite/deprecated.go
5730f7793379b23745f69af59f918f655372afbe
[btrtrc.git] / storage / sqlite / deprecated.go
1 //go:build cgo
2
3 package sqliteStorage
4
5 import (
6         "github.com/anacrolix/squirrel"
7 )
8
9 type NewDirectStorageOpts = squirrel.NewCacheOpts