{"id":39965027,"url":"https://github.com/qoretechnologies/module-mysql","last_synced_at":"2026-01-18T21:35:18.690Z","repository":{"id":35179106,"uuid":"39436682","full_name":"qoretechnologies/module-mysql","owner":"qoretechnologies","description":"Qore MySQL database driver module","archived":false,"fork":false,"pushed_at":"2026-01-16T10:31:31.000Z","size":461,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":13,"default_branch":"develop","last_synced_at":"2026-01-16T23:54:53.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qoretechnologies.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING.GPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-21T09:30:08.000Z","updated_at":"2026-01-16T10:31:35.000Z","dependencies_parsed_at":"2023-01-15T15:28:56.461Z","dependency_job_id":null,"html_url":"https://github.com/qoretechnologies/module-mysql","commit_stats":null,"previous_names":["qoretechnologies/module-mysql"],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/qoretechnologies/module-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoretechnologies","download_url":"https://codeload.github.com/qoretechnologies/module-mysql/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fmodule-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28551202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-18T21:35:18.629Z","updated_at":"2026-01-18T21:35:18.686Z","avatar_url":"https://github.com/qoretechnologies.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"mysql module for Qore\nby David Nichols\n\nRequires qore 0.8.6+ and mysql 4.1+ headers and libraries for the full driver feature set\n\nWith MySQL 4.1+ you can get transaction support and the module will use the more efficient prepared statement interface.\n\nThe driver supports the following features (depending on the MySQL client library version):\n* is thread-safe\n* stored procedure execution with binding and retrieving values (5 and newer)\n* transaction management is supported (4.1 and newer)\n* transparent character encoding conversion is supported if necessary\n* the \"optimal-numbers\" option is set by default as of module version 2.2\n* supports a server timezone setting for correctly handling date/time value\n  when communicating with a DB server in another time zone\n* the prepared statement API is support (SQLStatement class)\n\nThe driver's name is \"mysql\" and the Datasource type constant is SQL::DSMySQL\nex: my Datasource $db(DSMySQL);\nex: my Datasource $db(\"mysql:user/pass@db%hostname:3306\");\n\nThe mysql module is stable and has been extensively tested.\n\nDocumentation: docs/mysql-module-doc.html\n\ntest/example script: test/db-test.q\n\nLICENSE\n-------\nThe source code is released under the LGPL 2.1 and GPL 2.1 licenses.  The GPL license must be used when linking with mysql libraries and the LGPL license is used with MariaDB.\nthe binary module is automatically tagged with the license type, and a module tagged with a GPL license cannot be loaded by the Qore binary initialized in LGPL (or MIT) mode;\nit can only be loaded if the Qore library is initialized in GPL mode.\nSee COPYING.LGPL and COPYING.GPL for details on the open-source licenses.\n\n\nBUILD AND INSTALL\n-----------------\n\nIf your mysql/mariadb installation is in a non-standard location, set one of the following environment variables before running configure:\n* MYSQL_DIR: the main mysql/mariadb directory (include and lib subdirs must be present)\n* MYSQL_INCLUDES: the directory containing the mysql/mariadb header files\n* MYSQL_LIBS: the directory containing the mysql/mariadb libraries\n\nconfigure\nmake\nsudo make install\n\nThe configure script will find out where your qore module directory is found and set this for the install directory.\n\nBUILD FROM GIT\n--------------\n\nreconf.sh\nconfigure\nmake\nsudo make install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoretechnologies%2Fmodule-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fmodule-mysql/lists"}