This package has been deprecated

Author message:

Package renamed use jugglingdb-azure-tablestorage package instead

azure-tablestorage-jugglingdb

1.0.2 • Public • Published

About

This package is deprecated. Please use jugglingdb-azure-tablestorage

This is a Windows Azure Table Storage adapter for the juggling db v0.3.x ORM

Installation

npm install azure-tablestorage-jugglingdb

Usage

To use this custom adapter, use the adapter name in the Schema constructor call

mySchema = new Schema('azure-tablestorage-jugglingdb', {accountName:.., accountKey:...});

The adapter will automatically set the Azure host to be accountName.table.core.windows.net To specify your own host, pass in the host parameter in the settings

mySchema = new Schema('azure-tablestorage-jugglingdb', {accountName:.., accountKey:..., host:...});

Limitations

  • Azure Table Storage only supports String id properties
  • Some querying features are not supported, notably skip and order by

License

MIT

/azure-tablestorage-jugglingdb/

    Package Sidebar

    Install

    npm i azure-tablestorage-jugglingdb

    Weekly Downloads

    5

    Version

    1.0.2

    License

    none

    Last publish

    Collaborators

    • yads