DB.isOpen

Tests if the database is open

struct DB(alias pack, alias unpack)
@property final inout pure nothrow
bool
isOpen
()

Return Value

Type: bool

true if there is an open database

Meta