Skip to content

Commit

Permalink
Modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
madd0 committed Jan 8, 2012
1 parent 512dbae commit 8736be5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
@@ -1,4 +1,22 @@
# README #

This is a plug-in for [LINQPad](http://www.linqpad.net) that enables the
execution of queries against [Azure Table Storage](http://msdn.microsoft.com/en-us/library/windowsazure/dd179463.aspx).
execution of queries against [Azure Table Storage](http://msdn.microsoft.com/en-us/library/windowsazure/dd179463.aspx).

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](https://github.com/madd0/AzureStorageDriver/issues).

## Versions ##

### v1.0.0-beta - 2010-01-08 ###

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

0 comments on commit 8736be5

Please sign in to comment.