How to connect to SQLite3 database in ue4

I have a SQLite3 database in which i want to insert data from ue4.

My idea was to create a blueprint function library in which i will pass data to SQLite3 database.

There seems to be SQLiteCore and SQLiteSupport plugin in ue4 but unfortunately i do not have much know of c++. Besides i could not find any clear idea.

Any help is appreciated. Thank you so much.