Pablissimo / AzureStorageDriver

A LINQPad driver to perform queries againt Azure Table Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a plug-in for LINQPad that enables the execution of queries against Azure Table Storage.

It allows you to add storage accounts as connections in LINQPad. It will list all tables for each account and all columns in each table. Since Azure tables can have mixed schemas, the columns shown correspond to all schemas combined. For the same reason, any value types are made Nullable<> since it cannot be guaranteed that they will have a value for a given row.

Issues and Feature requests

Issues and feature requests can be made in the projects issues page on GitHub.

Versions

v1.0.1 - 2013-08-15

Corrects issue #4.

v1.0.0-beta - 2010-01-08

This is the first public release. Needs real-world testing.

About

A LINQPad driver to perform queries againt Azure Table Storage.

License:MIT License