@@ -0,0 +1,7 @@
package sqimple
import "errors"
var (
ErrNoDatabase = errors.New("no database")
)
The note is not visible to the blocked user.