Hey Craig, 2009/12/12 Craig Miller <[email protected]>: > I was wondering what, if anything, anyone might have implemented as a data > provider for SQLite? I am implementing an application that will be sitting > on top of SQLite. I saw some discussion in the mailing list archives and I > believe on the website about creating a data provider for SQLite but didn't > find anything in the source tree. Am I on my own or is there something I > should consider building on top of?
We have a Wt::Dbo sitting in our development branch, and it is about to be merged into our stable branch to be pushed to public git. It is all looking good, so we expect to be able to do this over the next week. > I'm a few days into Wt development and liking it more and more. Most of the > examples are rather monolithic, but I'm getting the hang of modularizing my > code with the signal/slot architecture, etc. The apps are snappy and the > framework functions well. Great stuff! Looking forward to digging into the > framework a bit more and creating a few personal widgets. Thanks ! Just curious: do you have a background in Qt ? You are right about signal/slots being the key for modularizing your code and indeed our examples do not really illustrate that point. We hope on getting some feed-back (like this, or a bit harsher is acceptible too :-) ) on Wt::Dbo as soon as it gets merged in. You might have seen our blog post about it: http://www.webtoolkit.eu/wt#/blog/2009/11/26/wt__dbo__an_orm__c___style to get a feeling of what to expect ? Regards, koen ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
