ethereum-client-haskell icon indicating copy to clipboard operation
ethereum-client-haskell copied to clipboard

Command Line options for Database Connection

Open kjameslubin opened this issue 9 years ago • 0 comments

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.

kjameslubin avatar Apr 21 '15 19:04 kjameslubin