本科毕业论文外文文献及翻译题目: 嵌入式数据库 SQLite 的应用讨论 学院: 电子信息工程学院 班级: 电信 12—2 班 姓名: 指导老师: 职称: 副教授 完成日期: 2025 年 06 月 16 日2025InternationalForumonInformationTechnologyandApplicationsApplication Research of Embedded Database SQLiteLv Junyan, Xu Shiguo, Li Yijie School of Economic Information Engineering, Liaoning technical University, Huludao, 125105 lvjunyan_2025@163.comABSTRACT: The traditional database can not be used for the data management of embedded systems. However, the open-source embedded database SQLite can meet the needs of embedded systems better because of its advantages. Through the analysis of the characteristics of embedded database and SQLite’s characteristics, the internal structure and the function of API, it constructs the simulation environment of ARM-Linux and achieves the realization of SQLite in the ARM-Linux platform, including cross-compiling, transplant process and application development, it also achieves the graphical user interface design based on Qt/Embedded. The embedded database system meets the needs of data management of the system and has very good meaning of the guiding theory and practice for embedded systems development.KEYWORDS: embedded system; embedded database; SQLite; cross compilingINTRODUCTIONThe software and hardware resources of embedded systems are limited, the realization of embedded applications is comparatively single and specific, data processing and the ability to maintain are don’t asked for much, so the traditional database can not be used for embedded data management systems. It must be used embedded database to meet the needs of embedded systems which is small, fast, simple, reliable and easy-to-port. Through the comparison of ...