Reputation: 188
I want to use Azure table storage with loopbackJS. Is there any library to use this or can any one please help me to how can i use this.
Upvotes: 0
Views: 95
Reputation: 2620
Loopback doesn't have a commercial Azure Table Storage connector available currently, and neither is there a community connector for it.
You can write a new connector yourself, but that may be overkill/difficult for you.
If you're flexible about your Azure NoSQL technology you could look at using Azure DocumentDB which has protocol support for MongoDB, so you could use the Loopback MongoDB connector.
Upvotes: 1