0.0.1 • Published 5 years ago

cosmostly v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Cosmostly

⚠️ WARNING: THIS IS NOT READY TO USE AND UNDER HEAVY DEVELOPMENT ⚠️

Build Status

A minimal JavaScript emulator for Cosmos DB SQL API. If you need full accuracy use the offical emulator

Quick Start

npm install -g cosmostly
cosmostly

Supported Features

  • Authentication
  • CORS
  • DatabaseAccount
  • Databases
    • Create
    • Read
    • Delete
    • List
  • Containers
    • Create
    • Read
    • Update
    • Delete
    • List
  • Items
    • Create
    • Read
    • Update
    • Delete
    • Query

Unsupported Features

These are features currently not in scope. They may never be supported. If you need them, use the offical emulator

  • Attachments
  • Stored Procedures
  • User Defined Functions
  • Triggers
  • Users
  • Permissions
  • Offers
  • Consistency Settings
  • Persistence