Skip to content

Commit

Permalink
feat(dbee): pgddl
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Feb 12, 2024
1 parent 594263f commit 8de7a3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/dbee.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ return function()
},
},
},
extra_helpers = {
postgres = {
-- https://github.com/lacanoid/pgddl
["DDL (CREATE)"] = "select ddlx_create('{{ .Table }}'::regclass, '{ine}')",
},
},
result = {
mappings = {
{ action = "cancel_call", key = "<C-c>", mode = "" },
Expand Down

0 comments on commit 8de7a3d

Please sign in to comment.