Use blueprints to connect to MySQL databases, execute SQL statements or call stored procedures, and you can get multiple result sets.
Plugins can directly execute SQL statements, SELECT, DELETE, INSERT, UPDATE, CALL.
Directly operate the database, and return the corresponding result set, and can convert the result set into TArray> or Json data.