Skip to content

A LINQPad driver to perform queries againt Azure Table Storage.

License

Notifications You must be signed in to change notification settings

ryan1234/AzureStorageDriver

 
 

Repository files navigation

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.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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Shell 1.4%