{"id":23816210,"url":"https://github.com/andrewn6/basket","last_synced_at":"2026-03-02T04:32:57.134Z","repository":{"id":110624767,"uuid":"600782366","full_name":"andrewn6/basket","owner":"andrewn6","description":"Database as a Service","archived":false,"fork":false,"pushed_at":"2022-11-12T00:39:15.000Z","size":221,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T05:13:33.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wyzlle/basket","license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewn6.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-02-12T15:33:25.000Z","updated_at":"2024-04-09T03:15:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"950616ee-b691-4eee-bbe0-092716f6c673","html_url":"https://github.com/andrewn6/basket","commit_stats":null,"previous_names":["0xacn/basket","andrewhummus/basket","andrewn6/basket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewn6/basket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fbasket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fbasket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fbasket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fbasket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewn6","download_url":"https://codeload.github.com/andrewn6/basket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fbasket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":"2025-01-02T04:29:15.826Z","updated_at":"2026-03-02T04:32:57.114Z","avatar_url":"https://github.com/andrewn6.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basket\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"230\" src=\"https://raw.githubusercontent.com/microsoft/fluentui-emoji/bbd3a271eaabccd429c696bd937c4a52b8b5136b/assets/Basket/3D/basket_3d.png\" alt=\"basket emoji\"\u003e\n\u003c/p\u003e\n\nBasket is a database as a service tool powered by [Fly](https://fly.io). It currently supports [Redis](https://redis.io), [MongoDB](https://www.mongodb.com), [MySQL](https://www.mysql.com) and [PostgreSQL](https://www.postgresql.org). It is modular and can be extended to support other databases.\n\n## Adding a new database\n\n- Add database type in `backend/prisma/schema.prisma`\n\n```js\nenum StoreType {\n    REDIS\n}\n```\n\n- Add database configs in `backend/src/provider.ts`\n\n```json\n[\n  \"REDIS\",\n  {\n    \"image\": \"registry.wyzl.io/basket/redis:7\",\n    \"password_var\": \"REDIS_PASSWORD\",\n    \"port\": 6379,\n    \"data\": \"/data\",\n    \"protocol\": \"redis\",\n    \"username\": \"default\",\n    \"dbName\": \"\"\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn6%2Fbasket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewn6%2Fbasket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn6%2Fbasket/lists"}