Skip to content

Commit

Permalink
fix typo and clarify "no code generation"
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry authored Jan 12, 2024
1 parent 4e6581c commit 3995329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ by DB2Rest to query and modify data. The user experience layer can be developed
## Benefits

- No code, no SQL knowledge required, instead use simple REST Query Language (RQL) to retrieve data.
- Accelerate applicaton development by 30x.
- Accelerate application development by 30x.
- Unlock databases - secure REST API access for legacy data.
- Blazing fast - No ORM, Single SQL Statement, 1 Database round-trip, no code generation.
- Blazing fast - No ORM, Single SQL Statement, 1 Database round-trip, does not use code generation.
- Support for advanced custom queries, bulk data insert, remote stored procedure calls.
- Best practices for transaction management, connection pooling, encryption, security - RBAC / data entitlement.
- Deploy and run anywhere - on premise, VM, Kubernetes, any cloud.
Expand Down

0 comments on commit 3995329

Please sign in to comment.