Remove a committed entity by key. Returns false if not found.
key
bool delete(NSKey key) { _checkOpen(); return nosqueel.ns_database_delete(_db, key.handle); }