Support read and write connection #308
Labels
feature request
A feature that does not yet exist but will be a good addition to the library
medium
These issues are geared for people who have contributed to the project before
Query Builder
Related to the query builder
Schema
Related to the schema builder
Should be of lower priority but we should be able to support read and write connections. These should be set on the connection driver.
We will need to specify these in the query builder when creating the connection class as well as the schema class. But we should only specify it in those 2 classes so it should not be a big issue adding this.
The connection details should look something like this:
Anything inside those read and write configs should override the other configs.
When creating the connection class we will need to fetch this information properly and pass it to the connection class
The text was updated successfully, but these errors were encountered: