summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b86c34a..512d7e1 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,10 @@ a browser window with the duckdb ui should open.
ingesting should take a while and not currently deduplicated so reindexing is enabled implicitly: every time you start the program the database will be wiped.
-you can query the data in the duckdb ui during the indexing. \ No newline at end of file
+you can query the data in the duckdb ui during the indexing.
+
+## build tags
+* sqlite: build with sqlite storage backend instead of duckdb
+* sqlite-wasm: build with sqlite-wasm backend instead of duckdb
+* pprof: build with profiling support
+* api: build with http api \ No newline at end of file