Hello world!

by | Sep 8, 2020 | Uncategorized

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

async function createHealthDB(name, adapter) {
  const healthDB = await createRxDatabase({
    name: path.join(__dirname, 'db/healthDB'),
    adapter: leveldown, // the full leveldown-module
    //password: 'myLongAndStupidPassword'
  })  
  console.log('creating collection..');
  await healthDB.addCollections({
      name: 'bpdb',
      schema: bpSchema
  })
  return healthDB

<body>
   <p style="text-align: center;">HTML Test</p>
</body>

1 Comment

  1. A WordPress Commenter

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Archives