Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Dec 3, 2024
1 parent 1cf0db6 commit b301906
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Inferable Data Connector is a bridge between your data systems and Inferable. Co

## Connectors

- [x] [Postgres](./src/postgres.ts)
- [x] [OpenAPI](./src/open-api.ts)
- [x] [GraphQL](./src/graphql.ts)
- [ ] [MySQL](./src/mysql.ts)
- [ ] [SQLite](./src/sqlite.ts)
- [x] [Postgres](./src/postgres/postgres.ts)
- [x] [OpenAPI](./src/open-api/open-api.ts)
- [x] [GraphQL](./src/graphql/graphql.ts)
- [ ] [MySQL](./src/mysql/mysql.ts)
- [ ] [SQLite](./src/sqlite/sqlite.ts)

## Quick Start

Expand Down

0 comments on commit b301906

Please sign in to comment.