Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List stored procedures and functions #245

Open
paultatulea opened this issue May 30, 2024 · 3 comments
Open

List stored procedures and functions #245

paultatulea opened this issue May 30, 2024 · 3 comments

Comments

@paultatulea
Copy link

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

matteoquintiliani added a commit to matteoquintiliani/vim-dadbod that referenced this issue Jun 10, 2024
matteoquintiliani added a commit to matteoquintiliani/vim-dadbod-ui that referenced this issue Jun 10, 2024
…obtain their respective definitions and sources. Currently only for PostgreSQL and MySQL. Development required for other types of DBMS. kristijanhusak#245
@matteoquintiliani
Copy link

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
Copy link

A screenshot
image

@TristHund
Copy link

This would be really nice to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants