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
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i hoodie-plugin-createdb

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • xmartin
  • gr2m