JSPM

cosmostly

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q25554F
    • License MIT

    Minimal Cosmos DB SQL API Emulator

    Package Exports

    • cosmostly

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cosmostly) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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