corvus
v0.0.1
Published
An HTTP client for RavenDB
Downloads
3
Readme
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...