ethereum-client-haskell
ethereum-client-haskell copied to clipboard
Command Line options for Database Connection
There should be an option for connection to a running postgres database. Example ethereumH -d pguser=postgres pgpass=pass pgdatabase=eth
would connect to the database named eth with username postgres and password pass.