SQLite Alternatives for C++ -
I am developing an application for which many write data needs to be stored and data faster Requires search (some sort of indexed requirement), and can also be able to sort and save data.
Currently I'm thinking of using SQLite, which works, but I'm open to choice. The syntax of SQLite is not really beautiful in the C ++ code (for example, for example, being compelled to get results based on column index number instead of column names).
Stay with SQLite, but find a good C ++ Library for this.
It should help you ...
Comments
Post a Comment