From dd3b46c177f47aa4a6800955ce2bfc58de35b961 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Thu, 11 Jul 2024 17:37:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542edee..74e5713 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ python export_mysql_to_sqlite.py - Connection Issues: Ensure that the MySQL server is running and accessible, and that the credentials and host information are correct. --Data Type Compatibility: Some complex MySQL data types may not convert perfectly to SQLite. The script uses the closest compatible types, but you may need to handle specific cases manually if needed. +- Data Type Compatibility: Some complex MySQL data types may not convert perfectly to SQLite. The script uses the closest compatible types, but you may need to handle specific cases manually if needed. ## License