{"id":25799227,"url":"https://github.com/tornevall/tornelib-php-database","last_synced_at":"2026-04-28T16:38:34.792Z","repository":{"id":57071950,"uuid":"278072626","full_name":"Tornevall/tornelib-php-database","owner":"Tornevall","description":"Auto selective database (mysql) driver.","archived":false,"fork":false,"pushed_at":"2023-12-08T18:30:48.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T01:44:45.942Z","etag":null,"topics":["database","mysql"],"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/Tornevall.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-08T11:36:20.000Z","updated_at":"2023-05-11T09:19:12.000Z","dependencies_parsed_at":"2025-02-27T16:27:54.480Z","dependency_job_id":"2b69f77f-58cf-4fe1-80c8-8e49b1979f31","html_url":"https://github.com/Tornevall/tornelib-php-database","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Tornevall/tornelib-php-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tornevall%2Ftornelib-php-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tornevall%2Ftornelib-php-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tornevall%2Ftornelib-php-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tornevall%2Ftornelib-php-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tornevall","download_url":"https://codeload.github.com/Tornevall/tornelib-php-database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tornevall%2Ftornelib-php-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285817006,"owners_count":27236561,"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","status":"online","status_checked_at":"2025-11-22T02:00:05.934Z","response_time":64,"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","mysql"],"created_at":"2025-02-27T15:42:18.403Z","updated_at":"2025-11-22T16:01:59.269Z","avatar_url":"https://github.com/Tornevall.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tornelib-php-database 6.1\n\nThe rewritten database driver for the tornelib-series.\nWritten to autoselect proper driver regardless of system content. \n\n## Testing\n\nTest works best with a database installed. Installing it automatically is not offered yet. You could do something like this to prepare data if you need to run tests:\n\n    CREATE USER 'tornelib'@'localhost' IDENTIFIED BY 'tornelib1337';\n    GRANT ALL PRIVILEGES ON tornelib_tests.* TO tornelib@localhost;\n\n    CREATE DATABASE tornelib_tests;\n    USE tornelib_tests;\n    DROP TABLE IF EXISTS `tests`;\n    CREATE TABLE `tests` (\n      `dataindex` int(11) NOT NULL AUTO_INCREMENT,\n      `data` varchar(45) NOT NULL,\n      PRIMARY KEY (`dataindex`,`data`)\n    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftornevall%2Ftornelib-php-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftornevall%2Ftornelib-php-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftornevall%2Ftornelib-php-database/lists"}