0.0.1 • Published 12 years ago

corvus v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
12 years ago

Corvus

An Asynchronous NodeJS HTTP Client for RavenDB

Corvus is a node package for accessing RavenDB using its HTTP API.

Installation

Corvus does not have any dependencies other than nodejs and the mocha testing framework (only for development)

Usage

Currently supported functionality

  • GET, POST, PUT, DELETE

In the works

  • PATCH
  • Support for non-default database
  • More things...