Implement connstring handling #247
Reference in New Issue
Block a user
Delete Branch "lash/purify-more"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes need to pass database type in context.
Simplify database connection data by using single connection string in environment, matched with single command line arg.
Factor out database connection string parser
resolves #155
resolves #148
this one implements connection string handling for all the executables. Instead of the env being separate host, port etc, it's just specified as an URL instead. FOr postgres that is:
postgres://user:pass@host:port/db
the flag has changed from --dbdir to -c and --db is gone (it's inferred from the string)
Implement connstring handlingto WIP: Implement connstring handlingWIP: Implement connstring handlingto Implement connstring handling