https://github.com/fsprojects/azurestoragetypeprovider
An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
https://github.com/fsprojects/azurestoragetypeprovider
azure azure-storage fsharp typeprovider
Last synced: 3 months ago
JSON representation
An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
- Host: GitHub
- URL: https://github.com/fsprojects/azurestoragetypeprovider
- Owner: fsprojects
- License: unlicense
- Created: 2013-10-10T15:18:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T22:14:30.000Z (over 5 years ago)
- Last Synced: 2025-06-23T07:14:22.390Z (4 months ago)
- Topics: azure, azure-storage, fsharp, typeprovider
- Language: F#
- Homepage: http://fsprojects.github.io/AzureStorageTypeProvider/
- Size: 1.71 MB
- Stars: 84
- Watchers: 16
- Forks: 34
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Azure Storage Type Provider
===========================An F# Azure Type Provider which can be used to explore Azure Storage assets quickly and easily.
The goal is to create a provider which allows lightweight access to your Azure storage data within the context of e.g. F# scripts or applications to allow CRUD operations quickly and easily.
Support exists reading and writing from Blobs, Tables and Queues, as well as fallback to the standard .NET Azure SDK.
The provider currently does not support .NET Core for the reasons specified [here](https://github.com/fsprojects/AzureStorageTypeProvider/issues/111#issuecomment-417208922).
[](https://ci.appveyor.com/project/fsprojectsgit/azurestoragetypeprovider)
### Maintainer(s)
- [@isaacabraham](https://github.com/isaacabraham)
The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)