From 9c5456a81e3e00e09912e63aa7efba40f4677576 Mon Sep 17 00:00:00 2001 From: Lucas Recoaro Date: Thu, 7 Sep 2023 15:12:46 +1200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d5f41548..315ca617 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Before make a `git commit` please run the file `git_ignore_case.sh` to avoid fal ## Database - [http://www.ch-werner.de/sqliteodbc/](http://www.ch-werner.de/sqliteodbc/) +Mejorar velocidad de la base de datos con `PRAGMA journal_mode=WAL;` +Para mas detalles visiten https://www.sqlite.org/wal.html + - [https://dev.mysql.com/get/Downloads/Connector-ODBC/8.0/mysql-connector-odbc-8.0.22-win32.msi](https://dev.mysql.com/get/Downloads/Connector-ODBC/8.0/mysql-connector-odbc-8.0.22-win32.msi) ## Networking