From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 14 May 2013 10:04:42 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] btcd: A Full Alternative Bitcoin Implementation, Written In Go Topicbox-Message-UUID: 58e55342-ead8-11e9-9d60-3106f5b1d025 > 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=E2=80=99t believe any of us have tried it on Pl= an 9, I > don=E2=80=99t see any reason it won=E2=80=99t work there as well. if this is like many sql-lite-using programs i've seen, it may be simplie= r and more robust to save data in a flat file format. - erik