SQL Suki Intro | SQL Suki 入门 - flyingeggb/suki_project GitHub Wiki

What is SQL Suki? / 什么是 SQL Suki?

SQL Suki is a sub block for the SUKI PROJECT, it's for the MySQL database actions, querys, and other stuff. This library can make them easier to use, and faster to deploy. And the best, high performance.
SQL Suki 是一个SUKI PROJECT的子块,用于进行SQL数据库的读写等操作。此库能让你更快的部署数据库,并且减少很多的代码。最好的是,我们的优化使得性能非常之高。
SQL Suki Stracture / SQL Suki 的架构

Detailed information about the blocks / 子块详解

Core / 核心 [sp_ps_sqlsuki_Acore]

Relationship / 从属关系:sp_ps_sqlsuki_Acore
This must be included when loading the SQL Suki, you can not turn this off. This part included some initialization information about the database, for example, the key.
此块在加载SQL Suki时将会自动加载,您不可以选择不加载。这个块包含了一些有关于数据库的初始化信息,比如说密匙。

Basic Library / 基础库 [sp_ps_sqlsuki_Bbasiclib]

Relationship / 从属关系:sp_ps_sqlsuki_Acore -> sp_ps_sqlsuki_Bbasiclib
This is the basic library for SQL Suki, you can choose to not include, but I just to tell you, 90% of the function will NOT work if you didn't include this.
This part is the most basic part of the Suki pack,
⚠️ **GitHub.com Fallback** ⚠️