From 399532936d0217c6b35d34e207f402b68c558e6c Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 12 Jan 2024 20:05:15 +0800 Subject: [PATCH] fix typo and clarify "no code generation" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32697c6..b7f7e540 100644 --- a/README.md +++ b/README.md @@ -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.