shlogg · Early preview
Judy @esproc_spl

SPL Database Management System For Enhanced Performance

SPL (Structured Programming Language) boasts table sequences, ordered computing & flow processing for efficient data manipulation & complex computations. Interpreted code & stored procedures reduce maintenance costs & system coupling.

Many small and micro applications also require certain data processing and computing abilities. Integrating a database will make the application too heavy. In this case, SQLite is a good choice for its simple framework, easy-integration, ability of storing data persistently and, it provides SQL to implement calculation.
However, for some more complex scenarios, SQLite still falls short.
The shortcomings of SQLite in the face of complex scenarios
Data source support
SQLite is like a database, and can provide good support for its own database files, but sometimes applications need to process oth...