Jump to content
Alexis_74

[WIP] RV_SQLite - simple sqlite wrapper for Arma

Recommended Posts

Hey! Quite recently, I started learning the C ++ language and as a coincidence, my little module needed a database.

Having poured my small, young, ambitious mind, my choice fell on SQLite3, but I faced a number of problems, due to my little knowledge of the C ++ language, therefore,

I decided to develop publicly, you never know, someone will throw me a pull request and I will acquire mega-knowledge, mega-brain, and then they will take me to work in the BIS (or somewhere else).

 

What's done now?
Opening a database and executing any query to it.

 

What are you planning to do?
Opening several databases and working with them.
Database encryption.
And maybe you will have some other ideas that I most likely cannot do now (Why? I don't have enough mind.).

 

What needs to be done right now to make it work fully(????)
Returning the result and creating a database next to the dll, now it is created next to the game exe (Yes, I don't know how to determine the path to the library, kick me)

 

Github: https://github.com/FairyTale5571/rv_sqlite

 

151637213813377923.jpg

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×