repositorypackage
0.0.0-20240625034358-6996b319f322
Repository: https://github.com/koron/funddb.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Getting started
$ go install github.com/koron/funddb
# Initiation
$ funddb database initschema
$ funddb fund import list.tsv
$ funddb price fetchlatest
list.tsv has fund information. The format is
{Association ID}\t{Fund Name}\t{Fund URL}[\t{Fetch ID}]
The format of Fetch ID is {scheme}:{id}
Currently {scheme}
support ammufg
and fidelity
only.
Build with modernc.org/sqlite
$ go install -tags modernc github.com/koron/funddb