[Plugin] SQLite3 Database Plugin

Hi Jusasi,

Thanks so much for the reply and the offer to help. Sorry to hear you left for Unity! haha

So, I finally got this working on the Mac platform and redesigned the build file a bit to account for various platforms and make it easier to set things up. I would also like to add support for IOS and Android later on, since the app I’m building will be deployed on several platforms. I even got your test project running on the Mac and was able to try out the test database you set up.

I would really like to make this a flexible plugin because the built in SqliteSupport is really hard to setup and use for people like me. Any help you might give would be greatly appreciated. Maybe we could even update your github repository with some of the changes I’ve added for others to use.

Here is a screenshot of the platform directories I made inside of ThirdParty/SQLite3/Lib/

LibPlatforms.png

And here is the edited plugin build file: