Fixed a bug where the dbUris property wasn't being correctly processed. Instead of populating the dbs map, it was just repeatedly setting this.db over and over again, resulting in this.dbs being empty and this.db pointing to the last connection created.
Fixed a bug where the dbUris property wasn't being correctly processed. Instead of populating the dbs map, it was just repeatedly setting this.db over and over again, resulting in this.dbs being empty and this.db pointing to the last connection created.