kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.36k stars 70 forks source link

List stored procedures and functions #245

Open paultatulea opened 1 month ago

paultatulea commented 1 month ago

Similar to table schema, list available stored procedures and functions. Allow user to create a new buffer with the stored procedure / function code.

matteoquintiliani commented 3 weeks ago

I started developing to add the feature to list procedures and functions.

I also added the basic helpers to get their respective definitions and sources.

At the moment I have only developed for PostgreSQL and MySQL. It is necessary to extend the development for other types of DBMS.

The 2 main commits are:

If you consider my approach to be valid, I am available to proceed with a PR on this official project.

matteoquintiliani commented 3 weeks ago

A screenshot

image