bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SQLite3 API support


From: Shigio YAMAGUCHI
Subject: SQLite3 API support
Date: Fri, 7 Nov 2014 13:56:23 +0900

Hi all,
I have implemented --sqlite3 option for gtags(1), which uses
SQLite3 API instead of Berkerey DB API. Though it is not so fast,
it works by sufficient efficiency and functions more effectively
with the --single-update option.

To use it, please do as follows:

0. Install sqlite3 if your system does not have it.

1. Fetch the latest GLOBAL from the repository.

2. Build GLOBAL using --with-sqlite3 option.

        $ ./configure --with-sqlite3
        $ make

3. Execute gtags with --sqlite3 option.

        $ gtags --sqlite3

Comments and bug reports are welcome.
Thanks.

Shigio
-- 
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]