{"id":45261073,"url":"https://github.com/siemplexus/dbix-class-storage-dbi-mariadb","last_synced_at":"2026-02-21T00:18:33.742Z","repository":{"id":180946555,"uuid":"665348263","full_name":"Siemplexus/DBIx-Class-Storage-DBI-MariaDB","owner":"Siemplexus","description":"Storage::DBI class implementing MariaDB specifics","archived":false,"fork":false,"pushed_at":"2025-01-29T11:41:22.000Z","size":43,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-01-29T12:31:22.838Z","etag":null,"topics":["dbix-class","mariadb","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"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/Siemplexus.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2023-07-12T02:35:30.000Z","updated_at":"2025-01-29T11:40:57.000Z","dependencies_parsed_at":"2024-12-11T13:35:01.628Z","dependency_job_id":"54252cb9-cae5-4f18-945c-4fdcd0730aca","html_url":"https://github.com/Siemplexus/DBIx-Class-Storage-DBI-MariaDB","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"db2a8cbab2153494ca4d872b03670d2884ff385c"},"previous_names":["siemplexus/dbix-class-storage-dbi-mariadb"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Siemplexus/DBIx-Class-Storage-DBI-MariaDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siemplexus%2FDBIx-Class-Storage-DBI-MariaDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siemplexus%2FDBIx-Class-Storage-DBI-MariaDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siemplexus%2FDBIx-Class-Storage-DBI-MariaDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siemplexus%2FDBIx-Class-Storage-DBI-MariaDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siemplexus","download_url":"https://codeload.github.com/Siemplexus/DBIx-Class-Storage-DBI-MariaDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siemplexus%2FDBIx-Class-Storage-DBI-MariaDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29668682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T23:24:07.480Z","status":"ssl_error","status_checked_at":"2026-02-20T23:24:06.202Z","response_time":59,"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":["dbix-class","mariadb","perl"],"created_at":"2026-02-21T00:18:28.730Z","updated_at":"2026-02-21T00:18:33.734Z","avatar_url":"https://github.com/Siemplexus.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBIx::Class::Storage::DBI::MariaDB\n\nStorage::DBI class implementing MariaDB specifics\n\n## Description\n\nThis module adds support for MariaDB in the DBIx::Class ORM. It supports\nexactly the same parameters as the [DBIx::Class::Storage::DBI::mysql](https://metacpan.org/pod/DBIx::Class::Storage::DBI::mysql)\nmodule, so check that for further documentation.\n\n## Installation\n\n```\n$ cpanm DBIx::Class::Storage::DBI::MariaDB\n```\n\n## Usage\n\nSimilar to other storage modules that are builtin to DBIx::Class, all you need\nto do is ensure `DBIx::Class::Storage::DBI::MariaDB` is loaded and specify \nMariaDB in the DSN. For example:\n\n```perl\npackage MyApp::Schema;\nuse base 'DBIx::Class::Schema';\n\n# register classes\n# ...\n# load mariadb storage\n__PACKAGE__-\u003eensure_class_loaded('DBIx::Class::Storage::DBI::MariaDB');\n\npackage MyApp;\nuse MyApp::Schema;\n\nmy $dsn = \"dbi:MariaDB:database=mydb\";\nmy $user = \"noone\";\nmy $pass = \"topsecret\";\nmy $schema = MyApp::Schema-\u003econnect($dsn, $user, $pass);\n```\n\n## Copyright and License\n\nCopyright (C) 2023 Siemplexus\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiemplexus%2Fdbix-class-storage-dbi-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiemplexus%2Fdbix-class-storage-dbi-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiemplexus%2Fdbix-class-storage-dbi-mariadb/lists"}