kristijanhusak / vim-dadbod-ui

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

List stored procedures and functions #245

Open paultatulea opened 5 months ago

paultatulea commented 5 months 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 5 months 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 5 months ago

A screenshot

image
TristHund commented 4 months ago

This would be really nice to have.