説明
使用蓝图操作SQLite3文件,执行SQL语句,获取返回结果集。
Use Blueprints to manipulate SQLite3 files, execute SQL statements, and obtain the returned result set.
插件可以直接执行SQL语句,CREATE, SELECT,DELETE,INSERT,UPDATE。
直接操作数据库,并返回相应结果集,并可以把结果集转换为TArray<TMap<FString,FString>>或是Json数据。
The plugin can directly execute SQL statements, CREATE, SELECT, DELETE, INSERT, UPDATE,.
Directly operate the database, and return the corresponding result set, and can convert the result set into TArray<TMap<FString, FString>> or Json data.
含まれる形式
- versions