gocosmos v0.1.0 Release Notes

Release Date: 2020-12-21 // over 3 years ago
  • ๐Ÿš€ First release:

    • REST client for Azure Cosmos DB SQL API:
      • Database: Create, Get, Delete and List.
      • Collection: Create, Replace, Get, Delete and List.
      • Document: Create, Replace, Get, Delete, Query and List.
    • ๐Ÿ‘ Driver for database/sql, supported statements:
      • Database: CREATE DATABASE, DROP DATABASE, LIST DATABASES
      • Collection/Table: CREATE TABLE/COLLECTION, DROP TABLE/COLLECTION, LIST TABLES/COLLECTIONS
      • Document: INSERT, UPSERT, SELECT, UPDATE, DELETE