1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-17 15:19:48 +00:00
This commit is contained in:
King_DuckZ 2016-07-15 15:51:42 +01:00
commit 29c71c9222
110 changed files with 3904 additions and 1900 deletions

View file

@ -168,8 +168,6 @@ and the following libraries:
* **machinery** the bulk of dindexer, such as the indexing functionality
* **pq** a c++ wrapper for libpq (PostgreSql)
Additionally inside include/helpers/ you will find header-only implementations of very generic helper tools.
Currently, actions are just the command line frontend to access the functionalities in the libraries. This way writing a new CLI or GUI should be relatively easy.
This structure might change in the future.