mapr / maprdb-python-client

Other
5 stars 8 forks source link

PR for review. #4

Closed dshylov closed 6 years ago

adityakishore commented 6 years ago

Can we show the connection with a username/password

(and could be good if similar to http user:password@host

The connection string will follow the format described in https://docs.google.com/document/d/1AEJXTHVw3qHCJNxmfc4NZINsPIX4uL0JobWm0DCtbyw/edit#heading=h.rgevhmdjuzmg

I'd like to keep it inline with common JDBC connection strings[1] where username/password are passed as a key-value pair.

[1] http://www.java2s.com/Tutorial/Java/0340__Database/AListofJDBCDriversconnectionstringdrivername.htm

adityakishore commented 6 years ago

@zfong Can you please review the content of readme files in this PR?

dshylov commented 6 years ago

Added changes according to notes. @adityakishore