Update README.md

This commit is contained in:
Jordan Wages 2024-07-11 17:37:08 -05:00
parent 3079bf8e3b
commit dd3b46c177

View file

@ -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