[wxCode-users] OR/M for SQLite3 ?

2014-11-03 Thread tone . garot
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

Re: [wxCode-users] OR/M for SQLite3 ?

2014-11-03 Thread 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 much > less simple DB, there's a decent chance you shouldn't be using SQLite > at all. Could yo

Re: [wxCode-users] OR/M for SQLite3 ?

2014-11-04 Thread Tone Garot
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