diff --git a/index.js b/index.js index 0915bb7..b1bd592 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,8 @@ function DB (db, opts) { inherits(DB, AbstractLevelDOWN) +DB.prototype.type = 'encoding-down' + DB.prototype._serializeKey = DB.prototype._serializeValue = function (datum) { return datum