{"id":30950845,"url":"https://github.com/mjfii/tsql-documentation-lib","last_synced_at":"2026-04-16T03:32:16.158Z","repository":{"id":90851980,"uuid":"80131724","full_name":"mjfii/TSQL-Documentation-Lib","owner":"mjfii","description":"Utilizes MS SQL metadata to document any given database.","archived":false,"fork":false,"pushed_at":"2021-12-30T18:07:05.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T10:47:44.177Z","etag":null,"topics":["database","markdown","r","tsql"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjfii.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-26T16:23:52.000Z","updated_at":"2025-10-06T09:20:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59ce6a3-6b39-49fb-aeb6-f8d75e16b44d","html_url":"https://github.com/mjfii/TSQL-Documentation-Lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjfii/TSQL-Documentation-Lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfii%2FTSQL-Documentation-Lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfii%2FTSQL-Documentation-Lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfii%2FTSQL-Documentation-Lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfii%2FTSQL-Documentation-Lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjfii","download_url":"https://codeload.github.com/mjfii/TSQL-Documentation-Lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjfii%2FTSQL-Documentation-Lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","markdown","r","tsql"],"created_at":"2025-09-11T05:26:57.842Z","updated_at":"2026-04-16T03:32:16.129Z","avatar_url":"https://github.com/mjfii.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T-SQL Data Definition Documentation\n\nThis R package, `tsql.documentation`, utilizes the MS SQL metadata to compile, via knitter, a comprehensive and easily navigable documentation deliverable for database deployments.\n\n## Motivation\n\nBuilding clean and concise data definition documentation over and over again is mind-numbing, especially since everything that is needed is [usually] stored in the inherent metadata.  I needed a way to pull all this together and build a PDF (with navigation), WITHOUT the need of an over priced documentation tool.\n\n## Prerequisites\n\nThe two required packages, `rmarkdown` and `RODBC` - both of which are installing when this library is loaded.  However, since the result renders a PDF file via `pandoc`, you need to manually install LaTeX, i.e. [MikTeX](https://miktex.org/).  Additionally, for ease of installation, `devtools` is recommended.\n\n## Installation\n\nUsing the `devtools` function, install with the below:\n\n```r\ninstall_github('mjfii/TSQL-Documentation')\nlibrary('tsql.documentation')\n```\n\n## Examples\n\nTo open a connection (note: only integrated security is available):\n\n```r\ncnn \u003c- get.connection('\u003cserver_name\u003e','\u003cdatabase_name\u003e')\n```\n\nTo load a data frame with markdown:\n```r\ncnn \u003c- get.connection('\u003cserver_name\u003e','\u003cdatabase_name\u003e')  \nmd \u003c- get.markdown(cnn)  \n```\n\nTo write full documentation to disk:\n```r\ncnn \u003c- get.connection('\u003cserver_name\u003e','\u003cdatabase_name\u003e')  \ndoc \u003c- get.documentation(cnn, 'c:/' , 'documentation.pdf')  \n```\n\n## Contributors\n\nMichael Flanigan  \n email: [mick.flanigan@gmail.com](mick.flanigan@gmail.com)  \n twitter: [@mjfii](https://twitter.com/mjfii)  \n\n# Versioning\n\n0.0.0.9000 - Initial deployment (2017-01-26)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjfii%2Ftsql-documentation-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjfii%2Ftsql-documentation-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjfii%2Ftsql-documentation-lib/lists"}