Open paultatulea opened 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.
A screenshot
This would be really nice to have.
Similar to table schema, list available stored procedures and functions. Allow user to create a new buffer with the stored procedure / function code.