Rasty Turek
Rasty Turek
The reason is that you have to put global commands first. So `./pgfutter csv --db top10m top10milliondomains.csv` needs to be `./pgfutter --db top10m csv top10milliondomains.csv`
I actually just found out that you posted this issue. I created a pull request #75 that fixes this. Hopefully @levigross will see it the same way.
Haven’t dug through the code too much yet, but it seems to use a fork of [RocksDB](https://github.com/paypal/junodb/blob/main/cmd/storageserv/storage/db/rocksdb.go)