How to connect to a database in ocaml when user is asked about the username and password during runtime..Let suppose when we run the code first it asks for hostname port username and password and user enters that it should connect to database ..Also i would like to know if user wants to change the password how could he do that??? I would be grateful if a liitle code snippet is provided.