diff options
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua index 3c2cf09..ab7099a 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua @@ -12,13 +12,13 @@ return { }, init = function() -- Your DBUI configuration - vim.g.db_ui_use_nerd_fonts = 1 local home = vim.fn.expand("~") + vim.g.db_ui_use_nerd_fonts = 1 vim.g.dbs = { -- firefox = "sqlite://" .. home .. "/.mozilla/firefox/si.default/places.sqlite", -- librewolf = "sqlite://" .. home .. "/.librewolf/si.default/places.sqlite", - mysql = "mariadb://ms:password@localhost/mysql", - postsql = "postgresql://ps:password@localhost/postgresql", + mysql = "mariadb://ms:password@localhost:5432/mysql", + postsql = "postgresql://ps:password@localhost:5432/postgresql", -- qutebrowser = "sqlite://" .. home .. "/.local/share/qutebrowser/history.sqlite", -- sqlite = "sqlite://" .. home .. "/.local/share/db/sqlite.db", } |
