You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,8 @@ final manager = Manager();
68
68
69
69
## 2.2.0
70
70
71
-
- add fromRaw (sub-query as from), joinSub (method to join a query to a sub-query)
71
+
- add fromRaw (sub-query as from), joinSub (method to join a query to a sub-query)
72
+
73
+
## 3.0.0
74
+
75
+
- implemented support for mysql through the 'mysql_client' package and also implemented support for posgress with the postgres v3 package, now you can choose the driver implementation through ``` 'driver_implementation': 'postgres_v3', ``` in addConnection method
0 commit comments