350 rub
Journal Antennas №1 for 2013 г.
Article in number:
Instruments for storage, processing and presentation of the information
basing on modern relational database management system
Authors:
O.I. Kabatov
Abstract:
It is necessary to create data storage, processing and presentation system for the imitating stand for the special subject work. For data storage and processing it is offered to use RDBMS SQLite. SQLite is defined by the following features.
Serverless. SQLite does not require a separate server process or system to operate. The SQLite library accesses its storage files directly.
Zero Configuration. No server means no setup. Creating an SQLite database instance is as easy as opening a file.
Cross-Platform. The entire database instance resides in a single cross-platform file, requiring no administration.
Self-Contained. A single library contains the entire database system, which integrates directly into a host application.
Small Runtime Footprint. The default build is less than a megabyte of code and requires only a few megabytes of memory. With some adjustments, both the library size and memory use can be significantly reduced.
The scheme of the stand and data storage, processing and presentation system was developed. The user interface of this system is being developed now.
Pages: 122-125
References
- Kreibich J.A. Using SQLite. O-Reilly Media. 2010.
- http://www.sqlite.org