7e6d947765
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.
13 lines
255 B
Erlang
13 lines
255 B
Erlang
{application, wterl,
|
|
[
|
|
{description, "Erlang Wrapper for WiredTiger"},
|
|
{vsn, "0.9.0"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{mod, {wterl_app, []}},
|
|
{env, [
|
|
]}
|
|
]}.
|