UNPKG

orwelldb

Version:

Library, wich helps syncronize blockchain and any database use datascript protocol to write operations (can be wroten in blockchain transactions hex like scriptSig or scriptPubKey)

15 lines (11 loc) 263 B
module.exports = function (db, cb) { db.define('pem', { oid: String, keyfingerprint: String, pem: String, dbname: String, dataset: String, algorithm: String, }); return cb(); };