Popularity
3.9
Declining
Activity
0.0
Stable
4
3
2

Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     API     Database    

tablestorage alternatives and similar packages

Based on the "API" category.
Alternatively, view tablestorage alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tablestorage or a related project?

Add another 'API' Package

README

tablestorage-0.2.1

Build Status

A Haskell wrapper for the Azure Table Storage REST API.

Currently supports table and entity operations, but not pagination and projections.

Version History

  • 0.2.1 - Aaron Friel: Monadic API
  • 0.1.2 - Aaron Friel: HTTPS support, request format now consistent with the .NET implementation
  • 0.1.1 - Updated error handling mechanism, tidied exports
  • 0.1.0 - Initial version