| a | b | |
|---|
| 0 | + | 1> couchbeam:start(). |
|---|
| 0 | + | ** Found 0 name clashes in code paths |
|---|
| 0 | + | ok |
|---|
| 0 | + | 2> Connection = couchbeam_server:start_connection_link(). |
|---|
| 0 | + | <0.59.0> |
|---|
| 0 | + | 3> Connection1 = couchbeam_manager:get_connection(default). |
|---|
| 0 | + | <0.59.0> |
|---|
| 0 | + | 4> Db = couchbeam_server:open_db(default, "testdb"). |
|---|
| 0 | + | <0.66.0> |
|---|
| 0 | + | 5> couchbeam_db:db_info(Db). |
|---|
| 0 | + | [{<<"db_name">>,<<"testdb">>}, |
|---|
| 0 | + | {<<"doc_count">>,4}, |
|---|
| 0 | + | {<<"doc_del_count">>,0}, |
|---|
| 0 | + | {<<"update_seq">>,7}, |
|---|
| 0 | + | {<<"purge_seq">>,0}, |
|---|
| 0 | + | {<<"compact_running">>,false}, |
|---|
| 0 | + | {<<"disk_size">>,28761}, |
|---|
| 0 | + | {<<"instance_start_time">>,<<"1254082676994803">>}, |
|---|
| 0 | + | {<<"disk_format_version">>,4}] |
|---|
| ... | |
|---|