k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.48k stars 168 forks source link

[BREAKING] Stored procedure/functions support for MsSQL, MySQL and PostrgeSQL #341

Closed YauhenPylAurea closed 2 years ago

YauhenPylAurea commented 2 years ago

New section in README.md to show store procedures or user-defined functions, e.g.

Subroutines

Name ReturnType Arguments Type
dbo.get_user @userid int SQL inline table-valued function
dbo.What_DB_is_that @ID int SQL Stored Procedure
YauhenPylAurea commented 2 years ago

updated per the review. Thank you very much to take a look at this PR!