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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -