{"id":20643155,"url":"https://github.com/seanbehan/wpdb","last_synced_at":"2026-04-17T23:32:43.505Z","repository":{"id":11605789,"uuid":"14099232","full_name":"seanbehan/wpdb","owner":"seanbehan","description":"Wordpress DB on Active Record","archived":false,"fork":false,"pushed_at":"2013-11-05T04:53:20.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T18:16:33.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanbehan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-04T03:07:00.000Z","updated_at":"2013-11-05T04:53:22.000Z","dependencies_parsed_at":"2022-09-19T10:50:27.627Z","dependency_job_id":null,"html_url":"https://github.com/seanbehan/wpdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seanbehan/wpdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fwpdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fwpdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fwpdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fwpdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanbehan","download_url":"https://codeload.github.com/seanbehan/wpdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fwpdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2024-11-16T16:11:41.136Z","updated_at":"2026-04-17T23:32:43.481Z","avatar_url":"https://github.com/seanbehan.png","language":"Ruby","readme":"# Wpdb\n\nAn Active Record wrapper for the Wordpress Database\n\n```ruby\nrequire 'active_record'\nrequire 'wpdb'\n\nActiveRecord::Base.establish_connection(\n  :adapter  =\u003e 'mysql',\n  :host     =\u003e 'localhost',\n  :port     =\u003e 3306,\n  :username =\u003e 'root',\n  :password =\u003e '',\n  :database =\u003e 'your_db_name'\n)\n\nwp_post = Wpdb::WpPost.posts.last\nputs wp_post.post_title\nputs wp_post.wp_comments.count\nputs wp_post.wp_categories\nputs wp_post.wp_tags\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanbehan%2Fwpdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanbehan%2Fwpdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanbehan%2Fwpdb/lists"}