摘要
开放源码的SQLite(www.sqlite.org)实现了基于文件系统的嵌入式关系数据库,尽管相对于商品化的数据库产品其功能尚显弱小,但对于一般的应用软件,使用SQLite能大大降低软件开发的复杂度。在电话网管系统中,代理层网元故障管理模块的业务逻辑相当复杂,采用SQLite可以将复杂的业务数据予以适当的抽象和封装,原先在进程内存中被管理的业务数据被转移到嵌入式的SQLite数据库中,应用程序的开发由此得到简化。
SQLite (www.sqlite.org) is an open source embeded SQL databse engine. Although not as powerful as commercial database products, it is adequate for common applications to reduce the complexity of software development. The fault management module in TMN agent layer is quite complex, but by using SQLite the complicated application data can be abstracted and encapsulated properly. The application data which managed in memory is handled by SQLite engine, and the development of application program is simplified.
出处
《计算机工程与设计》
CSCD
北大核心
2005年第11期3152-3154,3157,共4页
Computer Engineering and Design