Skip to content

Commit 4cae42d

Browse files
committed
Update special features in Readme
1 parent a0d8bfa commit 4cae42d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ A highly versatile, fast and secured OData Version 4.01 SQL Connector which prov
77
- Create high speed, Odata 4.01 compliant data sharing APIs.
88
- Can be used over most of the famous Databases like My SQL, My SQL server, Oracle and Postgres.
99

10+
## Special Unique features
11+
12+
- Support for Odata V4.01 new features like 'in' operator.
13+
- Better and logical support for 'not' expression
14+
- By default, strict usage of bind variables or sql pramaters to avoid sql and odata injection.
15+
- Database specific SQL query functions gets generated.
16+
- Support for almost all the Filter operator.
17+
- Support for almost all the Query Functions.
18+
- Support for $orderby, $skip, $top, $count, $select.
19+
- Better erroring
20+
1021
### Example
1122

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

6980
## How to build
7081

71-
To run the parser in local, please clone the repository and follow the below steps:
82+
To run the connector in local, please clone the repository and follow the below steps:
7283

7384
```JavaScript
7485
npm install
@@ -82,17 +93,6 @@ npm test
8293
npm run test:report
8394
```
8495

85-
## Special Unique features
86-
87-
- Support for Odata V4.01 new features like 'in' operator.
88-
- Better and logical support for 'not' expression
89-
- By default, strict usage of bind variables or sql pramaters to avoid sql and odata injection.
90-
- Database specific SQL query functions gets generated.
91-
- Support for almost all the Filter operator.
92-
- Support for almost all the Query Functions.
93-
- Support for $orderby, $skip, $top, $count, $select.
94-
- Better erroring
95-
9696
## Supported Features
9797

9898
- [x] $count

0 commit comments

Comments
 (0)