{"id":17058495,"url":"https://github.com/aapis/mysql-db-driver","last_synced_at":"2026-04-20T09:34:50.334Z","repository":{"id":2507840,"uuid":"3483061","full_name":"aapis/MySQL-DB-Driver","owner":"aapis","description":"A simple database driver for MySQL applications that utilizes PDO and prepared statements.","archived":false,"fork":false,"pushed_at":"2013-04-09T04:17:59.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T04:27:14.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aapis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-19T03:23:42.000Z","updated_at":"2016-02-13T07:51:14.000Z","dependencies_parsed_at":"2022-09-07T03:11:18.647Z","dependency_job_id":null,"html_url":"https://github.com/aapis/MySQL-DB-Driver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aapis/MySQL-DB-Driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapis%2FMySQL-DB-Driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapis%2FMySQL-DB-Driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapis%2FMySQL-DB-Driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapis%2FMySQL-DB-Driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aapis","download_url":"https://codeload.github.com/aapis/MySQL-DB-Driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapis%2FMySQL-DB-Driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":[],"created_at":"2024-10-14T10:29:45.704Z","updated_at":"2026-04-20T09:34:50.317Z","avatar_url":"https://github.com/aapis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple database class for use in custom applications.\n\nThe schema I'm using to test this class:\n\n```CREATE DATABASE mysql_driver_test;```\n\n```CREATE TABLE users (\n  id int(11) NOT NULL AUTO_INCREMENT,\n  name varchar(45) NOT NULL,\n  age int(11) NOT NULL,\n  PRIMARY KEY (id),\n  UNIQUE KEY id_UNIQUE (id)\n) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=latin1;```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapis%2Fmysql-db-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faapis%2Fmysql-db-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapis%2Fmysql-db-driver/lists"}