diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-22 17:16:04 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-22 17:16:04 +0200 |
| commit | 5fd21b5b4fb33146be906fc6d4b9441c69729d89 (patch) | |
| tree | f3c72bb66c7a2aca58a7ce91af96381e2c34e2d2 | |
| parent | c72d7dd45691c1214938c168cecb677a8679846e (diff) | |
document build tags
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
