Other News

Editorials

Relational Database Designs Optimizing Object Oriented Programming

Relational Database Designs Optimizing Object Oriented Programming Today I’d like to share another relational database design I find useful when working with Object Oriented Programs. Let me remind you once again that you don’t want your Object programs to determine your schema. However, when they align more closely, both worlds benefit. I really love working with the Type/Subtype schema when […]

Uncategorized

MongoDB a Nice Fit for Object Oriented Programming

MongoDB a Nice Fit for Object Oriented Programming Yesterday we talked about database designs that work well with object oriented development patterns. One of the concerns I strongly emphasized is that object oriented programming and relational databases don’t mix as nicely as other non-SQL counterparts available today. David responds today with a nice review of his experience with MongoDB. I […]