{"id":40388377,"url":"https://github.com/tcltk/tdbc","last_synced_at":"2026-01-20T12:32:48.672Z","repository":{"id":5665692,"uuid":"6875167","full_name":"tcltk/tdbc","owner":"tcltk","description":"Tcl DataBase Connectivity Core (Mirror of core.tcl.tk).","archived":false,"fork":false,"pushed_at":"2014-03-20T11:23:14.000Z","size":11856,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-09T11:12:49.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nemerle","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcltk.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"license.terms","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-27T00:43:14.000Z","updated_at":"2024-04-26T07:32:18.000Z","dependencies_parsed_at":"2022-08-24T17:41:13.923Z","dependency_job_id":null,"html_url":"https://github.com/tcltk/tdbc","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/tcltk/tdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcltk%2Ftdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcltk%2Ftdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcltk%2Ftdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcltk%2Ftdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcltk","download_url":"https://codeload.github.com/tcltk/tdbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcltk%2Ftdbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-20T12:32:48.611Z","updated_at":"2026-01-20T12:32:48.657Z","avatar_url":"https://github.com/tcltk.png","language":"Nemerle","funding_links":[],"categories":[],"sub_categories":[],"readme":"README: tdbc\n\n    This is the 1.0.0 source distribution of Tcl Database Connectivity\n    (TDBC). TDBC is available from a Fossil version control repository\n    at http://tdbc.tcl.tk/ .\n\nRCS: @(#) $Id$\n\n1. Introduction\n\nThis directory contains the source code, documentation, and test scripts\nfor the base classes and SQL tokenizer of Tcl Database Connectivity. It\nis not very useful by itself; to access databases, you also need one\nor more driver modules for the database manager(s) that you intend to use.\nThe drivers are available from http://tdbc.tcl.tk along with the\nsource code of this module. A bug database and Wiki are available \nat the same location.\n\nTDBC is a freely-available open source package.  You can do virtually\nanything you like with it, such as modifying it, redistributing it,\nand selling it either in whole or in part.  See the file\n\"license.terms\" for complete information.\n\n2. Documentation\n\nThe 'doc' subdirectory in this release contains a set of reference manual\nentries for TDBC.  Files with an extension '.n' are for Tcl classes and\ncommands; files with an extension '.3' are for C library functions. The\nfile, 'doc/tdbc.n' gives an overview, listing the classes and functions.\n\n3. Compiling and Installing.\n\nTDBC is built in much the same way that Tcl itself is. Once you have\na Tcl build environment set up, you should be able to simply\nenter the commands:\n\n    cd tdbc\n    ./configure\n    make all\n    make test\n    make install\n\nto have the TDBC base classes and tokenizer installed and usable from\nTcl.  See http://www.tcl.tk/doc/howto/compile.html for instructions on\nhow to set up a build environment for Tcl.\n\n4. Tcl newsgroup.\n\nThere is a USENET news group, \"comp.lang.tcl\", intended for the exchange of\ninformation about Tcl, Tk, and related applications.  The newsgroup is a\ngreat place to ask general information questions.  For bug reports, please\nsee the \"Support and bug fixes\" section below.\n\n5. Tcl'ers Wiki\n\nA Wiki-based open community site covering all aspects of Tcl/Tk is at:\n\n\thttp://wiki.tcl.tk/\n\nIt is dedicated to the Tcl programming language and its extensions.  A\nwealth of useful information can be found there.  It contains code\nsnippets, references to papers, books, and FAQs, as well as pointers to\ndevelopment tools, extensions, and applications.  You can also recommend\nadditional URLs by editing the wiki yourself.\n\n6. Mailing lists\n\nSourceForge hosts a mailing list, tcl-tdbc, to discuss issues with using\nand developing TDBC. For more information and to subscribe, visit\n\n    http://sourceforge.net/projects/tcl\n\nand go to the 'Mailing Lists' page.\n\n7. Support\n\nWe are very interested in receiving bug reports, patches, and suggestions\nfor improvements.  We prefer that you send this information to us via the\nbug database, rather than emailing us directly.  The bug database is at:\n\n\thttp://tdbc.tcl.tk/\n\nThe bug form was designed to give uniform structure to bug reports as\nwell as to solicit enough information to minimize followup questions.\n\nWe will log and follow-up on each bug, although we cannot promise a\nspecific turn-around time.  Enhancements, reported via the Feature\nRequests form at the same web site, may take longer and may not happen\nat all unless there is widespread support for them.\n\nThe Tcl community is too large for us to provide much individual support\nfor users.  If you need help, we suggest that you post questions to\ncomp.lang.tcl.  We read the newsgroup and will attempt to answer esoteric\nquestions for which no one else is likely to know the answer.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcltk%2Ftdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcltk%2Ftdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcltk%2Ftdbc/lists"}