Skip to content

Commit

Permalink
+Close() for store
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanta Sapkota committed May 4, 2015
1 parent 8d90f00 commit 4697cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SwiftStore/SwiftStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ public class SwiftStore {
db.put(key, value: newValue!)
}
}

public func close() {
db.close()
}
}

0 comments on commit 4697cc8

Please sign in to comment.