Skip to content

Commit

Permalink
add to contribs + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Feb 1, 2017
1 parent 017bcae commit 460cea7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@ The `start` and `end` parameters may be either `String` or Node.js `Buffer` obje
The `callback` function will be called with no arguments if the operation is successful or with a single `error` argument if the operation failed for any reason.


--------------------------------------------------------
<a name="leveldown_compactRange"></a>
### leveldown#compactRange(start, end, callback)
<code>compactRange()</code> is an instance method on an existing database object. Used to manually trigger a database compaction in the range `[start..end)`.

The `start` and `end` parameters may be either `String` or Node.js `Buffer` objects representing keys in the LevelDB store.

The `callback` function will be called with no arguments if the operation is successful or with a single `error` argument if the operation failed for any reason.


--------------------------------------------------------
<a name="leveldown_getProperty"></a>
### leveldown#getProperty(property)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
"Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
"James Halliday <mail@substack.net> (https://github.com/substack)"
"James Halliday <mail@substack.net> (https://github.com/substack)",
"Gordon Hall <gordonh@member.fsf.org> (https://github.com/bookchin)"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 460cea7

Please sign in to comment.