{"id":29220165,"url":"https://github.com/blundell/debugroomdaos","last_synced_at":"2025-10-15T14:09:57.796Z","repository":{"id":275297798,"uuid":"924915619","full_name":"blundell/DebugRoomDaos","owner":"blundell","description":"how to create Room DAOs specifically for your Android debug build. These debug-only DAOs enable you to implement developer-centric features without affecting your production app.","archived":false,"fork":false,"pushed_at":"2025-02-22T21:17:51.000Z","size":237,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T14:58:40.651Z","etag":null,"topics":["androiddev","developertools","jetpack-room"],"latest_commit_sha":null,"homepage":"https://blog.blundellapps.co.uk/room-debug-daos-in-android-streamlining-your-workflow/","language":"Kotlin","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/blundell.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,"zenodo":null}},"created_at":"2025-01-30T21:40:38.000Z","updated_at":"2025-03-13T14:23:46.000Z","dependencies_parsed_at":"2025-02-01T14:31:33.669Z","dependency_job_id":"b072004e-0eba-4627-af5a-9375adfa6a16","html_url":"https://github.com/blundell/DebugRoomDaos","commit_stats":null,"previous_names":["blundell/debugroomdaos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blundell/DebugRoomDaos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2FDebugRoomDaos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2FDebugRoomDaos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2FDebugRoomDaos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2FDebugRoomDaos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blundell","download_url":"https://codeload.github.com/blundell/DebugRoomDaos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2FDebugRoomDaos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279085160,"owners_count":26100015,"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-10-15T02:00:07.814Z","response_time":56,"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":["androiddev","developertools","jetpack-room"],"created_at":"2025-07-03T02:38:04.677Z","updated_at":"2025-10-15T14:09:57.782Z","avatar_url":"https://github.com/blundell.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example of creating Debug DAO's\n\nA debug DAO is a room DAO that is only available in the debug sourceset.\n\nhttps://blog.blundellapps.co.uk/room-debug-daos-in-android-streamlining-your-workflow/\n\nThis allows you to separate database actions that are used for debugging \u0026 developer tools from database actions that are required for user\nfacing features.\n\nTaking influence from the official example code:\n\n- https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room#0\n- https://github.com/google-developer-training/basic-android-kotlin-compose-training-inventory-app\n\nAnd then augmenting with:\n\n```\napp/src/debug/java/com/blundell/tut/daoshop/DaoExtensions.kt\napp/src/debug/java/com/blundell/tut/daoshop/DebugItemDao.kt\n```\n\n\u0026\n\n```\napp/src/release/java/com/blundell/tut/daoshop/DaoExtensions.kt\n```\n\n![](/sourcesets.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblundell%2Fdebugroomdaos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblundell%2Fdebugroomdaos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblundell%2Fdebugroomdaos/lists"}