Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Anderson committed Apr 22, 2009
1 parent 656d36f commit 2316837
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
We have the hovercraft. It is fast and it skims just above the surface.

There is much to be added to the hovercraft, but it already flies.

## Welcome to Hovercraft

An easy direct Erlang CouchDB library.

Use this to abstract CouchDB behind a simple Erlang function call. Currently supports the database and document APIs, with views on the way.

Released at #CouchHack '09
Apache 2.0 License
copyright J. Chris Anderson

contact: jchris@couch.io
2 changes: 1 addition & 1 deletion hovercraft.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
delete_doc/2,
start_attachment/3,
next_attachment_bytes/1,
query_view/4 % not yet implemented
query_view/4 % coming soon
]).

-include("../../couchdb/include/couch_db.hrl").
Expand Down

0 comments on commit 2316837

Please sign in to comment.