Skip to content

Commit

Permalink
Update special features in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
udaysingh236 committed Jun 8, 2024
1 parent a0d8bfa commit 4cae42d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ A highly versatile, fast and secured OData Version 4.01 SQL Connector which prov
- Create high speed, Odata 4.01 compliant data sharing APIs.
- Can be used over most of the famous Databases like My SQL, My SQL server, Oracle and Postgres.

## Special Unique features

- Support for Odata V4.01 new features like 'in' operator.
- Better and logical support for 'not' expression
- By default, strict usage of bind variables or sql pramaters to avoid sql and odata injection.
- Database specific SQL query functions gets generated.
- Support for almost all the Filter operator.
- Support for almost all the Query Functions.
- Support for $orderby, $skip, $top, $count, $select.
- Better erroring

### Example

More examples can be [found here](https://github.com/udaysingh236/odata-sql-connect/blob/main/examples/filter.ts)
Expand Down Expand Up @@ -68,7 +79,7 @@ if (filterRawErr) {

## How to build

To run the parser in local, please clone the repository and follow the below steps:
To run the connector in local, please clone the repository and follow the below steps:

```JavaScript
npm install
Expand All @@ -82,17 +93,6 @@ npm test
npm run test:report
```

## Special Unique features

- Support for Odata V4.01 new features like 'in' operator.
- Better and logical support for 'not' expression
- By default, strict usage of bind variables or sql pramaters to avoid sql and odata injection.
- Database specific SQL query functions gets generated.
- Support for almost all the Filter operator.
- Support for almost all the Query Functions.
- Support for $orderby, $skip, $top, $count, $select.
- Better erroring

## Supported Features

- [x] $count
Expand Down

0 comments on commit 4cae42d

Please sign in to comment.