close method
void
close()
Implementation
void close() {
if (_closed) {
return;
}
_closed = true;
_changeHub.dispose();
nosqueel.ns_database_release(_db);
if (_usesEncryption) {
NSEncryptionLease.release(_path);
}
}