@@ -7,6 +7,17 @@ A highly versatile, fast and secured OData Version 4.01 SQL Connector which prov
7
7
- Create high speed, Odata 4.01 compliant data sharing APIs.
8
8
- Can be used over most of the famous Databases like My SQL, My SQL server, Oracle and Postgres.
9
9
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
+
10
21
### Example
11
22
12
23
More examples can be [ found here] ( https://github.com/udaysingh236/odata-sql-connect/blob/main/examples/filter.ts )
@@ -68,7 +79,7 @@ if (filterRawErr) {
68
79
69
80
## How to build
70
81
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:
72
83
73
84
``` JavaScript
74
85
npm install
@@ -82,17 +93,6 @@ npm test
82
93
npm run test: report
83
94
```
84
95
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
-
96
96
## Supported Features
97
97
98
98
- [x] $count
0 commit comments