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}]
