Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, do you know about any Generic SQLite Virtual Table Implementation in C++?

I mean something like pure abstract class (interface) that can wrap around any type of container or some another abstract class (interface) providing data at Row and Column in abstract data table.

In other words some OOP interfaces to simplify SQLite table implementation in C++.

I would be happy with any virtual table implementations in order to help me with implementing such interfaces if there are not any public. But it would be my last option...

Thanks in advance.
Posted
Updated 7-Apr-13 2:59am
v2
Comments
Matthew Faithfull 7-Apr-13 9:31am    
Im not sure or I would have posted a solution but I think the Qt framework contains such classes enabling the use of SQLite as a generic data store. I would check it out first

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900