SQLite3

Use Blueprints to manipulate SQLite3 files, execute SQL statements, and obtain the returned result set.

Category:
Tags: , , , ,

Description

使用蓝图操作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.

Technical Details

Code Modules:

Number of Blueprints: 13

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64, Mac, IOS, Android, Linux

Documentation: English 中文

Supported Engine Versions

5.1 – 5.3