From 5fd21b5b4fb33146be906fc6d4b9441c69729d89 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 22 May 2026 17:16:04 +0200 Subject: document build tags --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1