From 3d0fc9106376f69574c91ead496528f0d331f68a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 6 Apr 2019 21:13:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507ec5a..e139f64 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - https://www.patreon.com/posts/25380536 ## Specification -- Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI)) +- Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, MySQL CLI, Oracle(OCI)) - RVHM Structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python/Go/NodeJS), `M` is Model and implemented with `KV bind`(like as `Map` data structure), Modal is optional. - WebApp Sandbox: You can use legacy apps without modifying the source code.