Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik authored Dec 18, 2024
1 parent 14767e0 commit b03e38e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This repository contains test cases for validating Native Database Connector (NDC) implementations against the NDC specification.

Connector authors are encouraged to use these preprepared test cases and test their connector implementations by importing the dataset
included within this repo. Slight discrepancies might exist in the responses, but there should not be a major difference between your connector responses and the test cases in this repository.

Currently, only test cases for relational DBs exist in this repo and we are planning to add more test cases for different kinds of data sources
like MongoDB etc.



## Overview

The test cases in this repository help verify that NDC implementations correctly handle various database operations and scenarios.
Expand All @@ -24,7 +32,10 @@ kinds of databases like NoSQL, document DBs etc.
└── postgres/ # PostgreSQL specific resources
```

## Running Tests Locally
## Running Tests locally

This section provides an overview on how you can import the data on the postgres datasource and r
run tests on the Postgres connector.

### Prerequisites

Expand Down

0 comments on commit b03e38e

Please sign in to comment.