cosmosdb

Creator: coderz1093

Last updated:

0 purchases

cosmosdb Image
cosmosdb Images

Languages

Categories

Add to Cart

Description:

cosmosdb

cosmosdb #




This projects offers an API client to interact with the CosmosDB SQL-API in Dart. This project is an early state and not considered stable.
Getting Started #
The database can be accessed via the CosmosDB client:
import 'package:cosmosdb/cosmosdb.dart';

void main() {
final cosmosDB = CosmosDB(
masterKey: '<YOUR_MASTER_KEY>',
baseUrl: '<YOUR_BASE_URL>',
);
// get all documents from a collection
final documents = cosmosDB.documents.list('<YOUR_DATABASE>', '<YOUR_COLLECTION>');
print(documents);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.