Skip to content

ondra-novak/lightcouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightcouch

Library to access CouchDB built on LightSpeed and JsonRPCServer (uses httpclient)

compile

To compile the library, you have to put lightspeed and jsonrpcserver into the same directory. Then you can perform make runtests on it

/project_root
  + -- lightspeed
  + -- jsonrpcserver
  + -- lightcouch

If you need to use the library in your project, put it along with other libraries into the libs folder

/project
 + -- libs
 |     + -- lightspeed
 |     + -- jsonrpcserver
 |     + -- lightcouch

About

Library to access CouchDB built on LightSpeed and JsonRPCServer (uses httpclient)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published