Has anyone used Wilson's O/R mapper? We loved it, worked very well, syntax was great. When we get the data provider pattern implemented, I definitely say we make it a point to implement as many O/R mappers as possible, also, I'd like to put my mapper into the
source. Its pretty simple right now, 3 files, but holds up pretty well, haven't figured out lazy loading though. And I'm subclassing :( What I'd like to do is swap out different mappers, run the benchmarks and see just how much more efficent the CRUD and complex
SQL really is. Also, keep in mind that when we implement the provider pattern, we'll want to add a provider for web service, which is another ball of wax that shouldn't be too bad.
None
0 Points
1418 Posts
O/R Mapper
May 11, 2004 09:20 PM|Sedgewick|LINK
Participant
792 Points
2233 Posts
Re: O/R Mapper
May 12, 2004 04:47 PM|nberardi|LINK