This database system written in PHP is designed to solve the problem of webmasters who do not have a MYSQL database or have a small database when using some virtual hosts. The BlackLight SQL database system is only 30KB in size and can be perfectly integrated with websites written in PHP. The latest test data is that it only takes 0.8 seconds to search 4W records! Quite a good result!
Designing your website with PHP+BLSQL is as easy as using PHP+MYSQL!
BL-SQL is equivalent to a PHP class. To put it nicely, it is a system that uses three files to implement data storage and query insertion functions. In addition, BL-SQL supports automatic indexing.
BL-SQL tries its best to imitate the functions of MYSQL. Since it has just been involved in the field of SQL database, the functions of BL-SQL are not perfect enough. I will slowly add them in the future.