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 decide how to handle OR/M. LiteSQL looked promising, but it tightly integrates to SQLite3, which means I get none of the benefits of wxSQLite3. ORD looked even less appealing. At this point, I am of the opinion that I need to roll my own OR/M patterns based upon wxSQLite3 API calls. My project doesn't really warrant writing a whole framework, so I wouldn't create a general solution for CRUD. So question time: 1. Is there an OR/M framework that works with wxWidgets and SQLite3 that I just haven't found? 2. If not 1), then does approach of rolling my own make the most sense? 3. How do you handle such things? Regards, \Tone ------------------------------------------------------------------------------ _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users