Revision 393636343237 () - Diff

Link to this snippet: https://friendpaste.com/6gp107fHJTqkW1VlY9vDkf
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
1> couchbeam:start().
** Found 0 name clashes in code paths
ok
2> Connection = couchbeam_server:start_connection_link().
<0.59.0>
3> Connection1 = couchbeam_manager:get_connection(default).
<0.59.0>
4> Db = couchbeam_server:open_db(default, "testdb").
<0.66.0>
5> couchbeam_db:db_info(Db).
[{<<"db_name">>,<<"testdb">>},
{<<"doc_count">>,4},
{<<"doc_del_count">>,0},
{<<"update_seq">>,7},
{<<"purge_seq">>,0},
{<<"compact_running">>,false},
{<<"disk_size">>,28761},
{<<"instance_start_time">>,<<"1254082676994803">>},
{<<"disk_format_version">>,4}]