Mongo.Helpers

Helper macros

Source

Summary

defbang(arg1)

Helps defining a function like count! calling function count

test_collection(collname)

Feeds sample data into a collection of database test

Functions

test_collection(collname)

Feeds sample data into a collection of database test

Source

Macros

defbang(arg1)

Helps defining a function like count! calling function count

When count returns {:ok, value}, count! returns value

When count returns {:error, reason}, count! raises an exception

Source