Howdy,
I've got wxWidgets 3.0.x working with wxSQLite3. I'm still somewhat
new to wxWidgets, but I'm digging it.
My understanding is that wxSQLite3 is a wrapper to SQLite3
functionality. It translates between wxString and the expected UTF-8
formats. That's good stuff.
Now I am trying to d
> Then again, you're using SQLite, which is already a step down from
> more powerful DB engines. SQLite is good for extremely simple
> relational DBs, but if you think you need a full ORM to wrap a much
> less simple DB, there's a decent chance you shouldn't be using SQLite
> at all.
Could yo
Thank you.
On 11/04/2014 06:30 AM, Ulrich Telle wrote:
Am 04.11.2014 02:06, schrieb Tone Garot:
Then again, you're using SQLite, which is already a step down from
more powerful DB engines. SQLite is good for extremely simple
relational DBs, but if you think you need a full ORM to wrap a