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
Currently the plugin only supports mysql/mariadb databases. How can we abstract the code in order to more flexibly support other db engines. We start with one: postgres, and the abstraction required to support it should get us into a place where this can then more easily be expanded into other database engines.
Description
Currently the plugin only supports mysql/mariadb databases. How can we abstract the code in order to more flexibly support other db engines. We start with one: postgres, and the abstraction required to support it should get us into a place where this can then more easily be expanded into other database engines.
Issue Owner
@apotek
Acceptance Criteria
Transparently be able to invoke
ddev dblog on|off|tail
with postgres using a minimum of conditionals (or none) in the code.Tests should be able to be run successfully for mariadb/mysql/postgres
Proposed Solution
A user should be able to install and invoke
dblog
without caring which database is actually installed.The text was updated successfully, but these errors were encountered: