1.0.2 • Published 9 years ago

azure-tablestorage-jugglingdb v1.0.2

Weekly downloads
18
License
-
Repository
github
Last release
9 years ago

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