1CRMGR(1) Quick Database Manager CRMGR(1)
2
3
4
6 crmgr - administration utility for QDBM Curia
7
9 crmgr create [-s] [-bnum num ] [-dnum num] name
10 crmgr put [-kx|-ki] [-vx|-vi|-vf] [-keep|-cat] [-lob] [-na] name key
11 val
12 crmgr out [-kx|-ki] [-lob] name key
13 crmgr get [-nl] [-kx|-ki] [-start num] [-max num] [-ox] [-lob] [-n]
14 name key
15 crmgr list [-nl] [-k|-v] [-ox] name
16 crmgr optimize [-bnum num] [-na] name
17 crmgr inform [-nl] name
18 crmgr remove name
19 crmgr repair name
20 crmgr exportdb name dir
21 crmgr importdb name dir
22 crmgr snaffle [-kx|-ki] [-ox] [-n] name key
23 crmgr version
24
26 This manual page documents briefly the crmgr commands.
27
28 crmgr is a utility for debugging Curia and its applications. It fea‐
29 tures editing and checking of a database. It can be used for the data‐
30 base applications with shell scripts. This command is used in the above
31 format. name specifies a database name. key specifies the key of a
32 record. val specifies the value of a record.
33
35 A summary of options is included below. For a complete description,
36 see the file:///usr/share/doc/qdbm-doc/spex.html#curiacli.
37
38 -s make the file sparse.
39
40 -bnum num
41 specify the number of the elements of the bucket array.
42
43 -dnum num
44 specify the number of division of the database.
45
46 -kx treat key as a binary expression of hexadecimal notation.
47
48 -ki treat key as an integer expression of decimal notation.
49
50 -vx treat val as a binary expression of hexadecimal notation.
51
52 -vi treat val as an integer expression of decimal notation.
53
54 -vf read the value from a file specified with val.
55
56 -keep specify the storing mode for `CR_DKEEP'.
57
58 -cat specify the storing mode for `CR_DCAT'.
59
60 -na do not set alignment.
61
62 -nl open the database without file locking.
63
64 -start specify the beginning offset of a value to fetch.
65
66 -max specify the max size of a value to fetch.
67
68 -ox treat the output as a binary expression of hexadecimal notation.
69
70 -lob handle large objects.
71
72 -n do not output the tailing newline.
73
74 -k output keys only.
75
76 -v output values only.
77
79 qdbm(3), crtsv(1), curia(3), cropen(3).
80
82 QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
83
84 This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
85 the Debian project (but may be used by others).
86
87
88
89Man Page 2005-05-23 CRMGR(1)