Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些导入到 MySQL 数据库的 Excel 文件。Excel 文件很大,数据库也很大。问题是当我的脚本保留许多对象时,肯定有一些问题。因此,即使有一些问题,我也需要一种方法来刷新和存储数据。
有什么想法吗 ?
帮助确保数据完整性是 Doctrine 的部分目的。如果您遇到重复问题并且您不介意它们在数据库中,那么您应该能够在您的 Doctrine 模式中允许重复。
我倾向于绕过 Doctrine 并将数据直接导入数据库。您可能可以让最终用户在他们第一次尝试保存实体时修复其中的一些问题。