= cqmakedb(1)
:doctype: manpage

== Name
cqmakedb - create codequery database

== Synopsis

*cqmakedb* ['-s <sqdbfile>' ['-c <cscope.out>'] ['-t <ctags>']] ['-p'] ['-d'] ['-v'] ['-h']

== Options

*-s*::

CodeQuery sqlite3 db file path

*-c*::

cscope.out file path

*-t*::

ctags tags file path

*-p*::

'vacuum', compact database (may take more time)

*-d*::

debug

*-v*::

version

*-h*::

help

== Description

The combinations possible are *-s* *-c*, *-s* *-t*, *-s* *-c* *-t*
The additional optional arguments are *-p* and *-d*
If *-c* is present then sqdbfile need not exist. It will be created.
If *-t* is present but not *-c*, then sqdbfile has to exist. Ctags info will be added to it.

== Copyright

Copyright 2013-2015 ruben2020 link:https://github.com/ruben2020/['https://github.com/ruben2020/']

Website: link:https://github.com/ruben2020/codequery['https://github.com/ruben2020/codequery']

== Author

This manual page was written by mailto:czchen@debian.org[ChangZhuo Chen
'<czchen@debian.org>'] for the *Debian GNU/Linux system* (but may be used by
others).
