diff options
| -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 |
