{"id":15003358,"url":"https://github.com/prabaprakash/schemaspy_ms_sql_server","last_synced_at":"2026-03-13T09:33:47.248Z","repository":{"id":79843526,"uuid":"92959558","full_name":"prabaprakash/SchemaSpy_MS_SQL_Server","owner":"prabaprakash","description":"Schema Spy configured for MS Sql Server","archived":false,"fork":false,"pushed_at":"2018-08-31T06:19:32.000Z","size":748,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T14:22:28.955Z","etag":null,"topics":["entity-diagram","graphviz","ms-sql-server","schemaspy"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prabaprakash.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","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-05-31T15:16:14.000Z","updated_at":"2018-10-20T16:10:21.000Z","dependencies_parsed_at":"2023-12-17T09:15:10.073Z","dependency_job_id":null,"html_url":"https://github.com/prabaprakash/SchemaSpy_MS_SQL_Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabaprakash%2FSchemaSpy_MS_SQL_Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabaprakash%2FSchemaSpy_MS_SQL_Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabaprakash%2FSchemaSpy_MS_SQL_Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prabaprakash%2FSchemaSpy_MS_SQL_Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prabaprakash","download_url":"https://codeload.github.com/prabaprakash/SchemaSpy_MS_SQL_Server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243154828,"owners_count":20244998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["entity-diagram","graphviz","ms-sql-server","schemaspy"],"created_at":"2024-09-24T18:58:06.175Z","updated_at":"2025-12-24T09:20:21.949Z","avatar_url":"https://github.com/prabaprakash.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\njTDS is Free Software. jTDS is released under the terms of the GNU Lesser\nGeneral Public License. A copy of the LGPL is provided in the LICENSE file. The\nLGPL is sufficiently flexible to allow the use of jTDS in both open source and\ncommercial projects.\n\nThis document has been superseded by the HTML documentation that can be found\nin the html directory. However, since it still contains pertinent information\nit has been left in place. If you are a first time user please read this\ndocument and the HTML FAQ before proceeding. It's also recommended that you\nalso read at least part of the HTML documentation.\n\n\nLicense\n=======\n\njTDS is released under the terms of the LGPL. A copy of the LGPL is provided\nin the LICENSE file.\n\n\nThanks\n======\n\njTDS is based on software written by the FreeTDS project that can be found at\nhttp://www.freetds.org/. Much kudos goes to the developers of that software.\n\nLots of thanks go to SourceForge.net, who in a big part made possible the very\nexistence of jTDS.\n\n\nStatus\n======\n\nProduction, Stable.\n\nStable for concurrent usage (Connections are multithread-safe, Statements are\ncompletely independent). Full support is provided for forward-only and\nscrollable/updateable ResultSets, PreparedStatements, and CallableStatements.\n\nA DataSource, a ConnectionPoolDataSource and an experimental XADataSource\nimplementation are also provided. All of these are implemented by class\nnet.sourceforge.jtds.jdbcx.JtdsDataSource.\n\nMeta data information is 99.99% complete and accurate (both ResultSetMetaData\nand DatabaseMetaData). ParameterMetaData support is partial, some methods\nreturn the same value (which is acceptable, according to the JDBC spec).\n\njTDS is used in a number of commercial applications. It has been tested with and\nis actually recommended as the driver to use for MS SQL Server by pretty much\nall open source AND commercial database management tools:\n\n o iSQL-Viewer (http://isql.sourceforge.net)\n o SQL Workbench/J (http://www.sql-workbench.net)\n o SQuirreL SQL Client (http://squirrel-sql.sourceforge.net)\n o Db-Visualizer (http://www.minq.se/products/dbvis/index.html)\n o SQL Developer (http://sqldeveloper.solyp.com, really nice tool).\n o Artiso Visual Case (http://www.visualcase.com)\n\nThere are quite a few database management tools that come bundled together with\njTDS:\n\n o DataDino (http://www.datadino.com/)\n o DBInspect (http://www.dbinspect.com/)\n o Aqua Data Studio (http://www.aquafold.com/)\n o DB Viewer (http://victorpendleton.net/products/dbviewer.html)\n\nFor more information about jTDS check out the project's homepage\n(http://jtds.sourceforge.net/).\n\n\nURL Format\n==========\n\nPlease see the FAQ page for a more detailed explanation of the URL format and\nthe supported URL properties.\n\n\nTo Do\n=====\n\n1. Locator-based Blob/Clob implementation.\n2. Minor features, such as failover support.\n\n\nContacts\n========\n\njTDS homepage:            http://jtds.sourceforge.net/\nSourceForge project info: http://sourceforge.net/projects/jtds/\n\n\nUnit Tests\n==========\n\nThese are the steps you should follow to run the JUnit tests provided with jTDS\n(they are included in the source package, along with some reverse-engineering\ntools):\n\n1. Duplicate conf/connection.properties.tmpl as conf/connection.properties.\n\n2. Modify conf/connection.properties to point to your server/database, and put\nin your username and password. Most of the tests use only temporary tables, so\nalmost any user should do (there are a few tests that need to create permanent\ntables but they also delete them so you should not end up with garbage in your\ndatabase).\n\n3. Set the JAVA_HOME system property to point to your Java installation\nlocation.\n\n4. In a command prompt, type:\n\n   build test\n\nThis will run a series of JUnit tests on your database. All tests should pass\nnormally. If any of them fails, please let us know about it (along with the\nparticular system configuration you were using).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabaprakash%2Fschemaspy_ms_sql_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprabaprakash%2Fschemaspy_ms_sql_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprabaprakash%2Fschemaspy_ms_sql_server/lists"}