wterl/src/wterl.app.src
Steve Vinoski 7e6d947765 make wterl an app, cache the WT connection
Add app, supervisor, and worker to open and cache the database
connection. Revert to using binaries for WT config in order to allow
wterl callers to use proplists for configuration. Change {error,
not_found} to not_found return values from wterl.
2012-02-17 00:42:22 -05:00

13 lines
255 B
Erlang

{application, wterl,
[
{description, "Erlang Wrapper for WiredTiger"},
{vsn, "0.9.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, {wterl_app, []}},
{env, [
]}
]}.