> The only dependency we are using that is not native Go is the sqlite3 > binding for the block database. I know there is a sqlite3 port for > Plan 9, so, while I don’t believe any of us have tried it on Plan 9, I > don’t see any reason it won’t work there as well.
if this is like many sql-lite-using programs i've seen, it may be simplier and more robust to save data in a flat file format. - erik
