hoodie-plugin-createdb

1.0.1 • Public • Published

Hoodie plugin to create databases

allow users to create databases

Frontend API:

hoodie.createDb({
  name: 'myDb'
});

Optionally grant public access:

hoodie.createDb({
  name: 'myDb',
  read: true,
  write: true
});

/hoodie-plugin-createdb/

    Package Sidebar

    Install

    npm i hoodie-plugin-createdb

    Weekly Downloads

    3

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • xmartin
    • gr2m