{"id":28486047,"url":"https://github.com/sst/kysely-data-api","last_synced_at":"2025-07-20T15:02:28.075Z","repository":{"id":37777057,"uuid":"417312461","full_name":"sst/kysely-data-api","owner":"sst","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-20T15:43:49.000Z","size":369,"stargazers_count":82,"open_issues_count":8,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-14T17:28:05.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/sst.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-10-14T23:37:39.000Z","updated_at":"2025-07-13T00:10:18.000Z","dependencies_parsed_at":"2024-06-18T14:02:11.350Z","dependency_job_id":"591abfee-7b8f-430c-a674-9923936c3f82","html_url":"https://github.com/sst/kysely-data-api","commit_stats":null,"previous_names":["sst/kysely-data-api","serverless-stack/kysely-data-api"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sst/kysely-data-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fkysely-data-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fkysely-data-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fkysely-data-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fkysely-data-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sst","download_url":"https://codeload.github.com/sst/kysely-data-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sst%2Fkysely-data-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266143940,"owners_count":23883067,"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","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-06-08T01:10:07.156Z","updated_at":"2025-07-20T15:02:28.004Z","avatar_url":"https://github.com/sst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Kysely Data Api\n\nThis library adds AWS RDS Data Api support for [kysely](https://github.com/koskimas/kysely). It has support for both MySQL and Postgres\n\n### Usage\n\n```typescript\nconst dataApi = new DataApiDialect({\n  mode: \"mysql\",\n  driver: {\n    client: new RDSDataService(),\n    database: \"bench\",\n    secretArn: \"\u003carn of secret containing credentials\",\n    resourceArn: \"\u003carn of database\u003e\",\n  },\n});\n\nexport const db = new Kysely\u003cDatabase\u003e({ dialect: dataApi });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsst%2Fkysely-data-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsst%2Fkysely-data-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsst%2Fkysely-data-api/lists"}