
描述
The plugin is primarily intended to facilitate the creation of database queries. The query is executed asynchronously in the background. Therefore, there is little chance that it will lag in the game's runtime.
You only need one async node that calls each function to build the query, you can duplicate it constantly and only change the parameters in it.
Before you buy the product, read the documentation in detail, which is carefully written, and I am still working on supplementing it.
Documentation Link: Document
Technical Details
Features:
One async node for all SQLite operations.
Asynchronous query execution.
Custom K2 Node for enhanced Blueprint workflow.
Custom Blueprint Graph Pin layout (via SGraphPin inheritance).
Prevent SQL injection attacks.
Executed in the runtime.
Allows to write a custom query.
Allows static and dynamic data input.
Supports connecting multiple databases.



