authority 2.0.0
From RubyGems.org:Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain...
View ArticlePopulating a business logical layer from Stored Procedures
From CodeProject:Download source code - 730.9 KB. Run the SQL script to create the database. Change the startup project to TestSite.Click here to read moreTagged: #nhibernate #sql #orm #properties
View ArticleThe Developer/Non-Developer Impedance Mismatch
From Javalobby:Most software developers have probably heard of and even had experiences with the object-relational impedance mismatch (often addressed with ORM tools), the object-XML impedance mismatch...
View ArticleShow HN: libsaas, it's libcloud for SaaS
From libsaas.net:Libsaas : It's like an ORM for SaaS!Click here to read moreTagged: #python #distributed #apis #libraries #mit #orm
View ArticleJava App on MongoDB in 30 Minutes
From Javalobby:I have recently been bitten by the NoSQL bug - or as colleague of mine Mark Atwell coined "Burn the Where!" movement. While I have no intention of shunning friendly "SELECT ... WHERE"...
View ArticleSqlalchemy In Reverse - Wichert Akkerman
From wiggy.net:When using data in a relational database you often use an Object Relational Mapper (ORM) so you can pretend that you are only dealing with standard objects instead of having to deal with...
View ArticleFlasky goodness (or why django sucks?) - Kenneth Reitz
From reinout.vanrees.org:Kenneth will try to go easy on Django, he actually likes it. So it won't be the customary "django sucks" talk :-). He's made http://python-guide.org, the hitchhiker's guide to...
View ArticleUnfold POCO with Entity Framework
From CodeProject:Plain Old CLR Object or POCO is a simple object to be used with a complicated, special object framework such as an ORM component.Click here to read moreTagged: #clr #dotnet #frameworks...
View ArticleToo much abstraction: Doctrine and PHP
From till.klampaeckel.de:Personally — I feel like I'm really, really late to get on the Doctrine train. I've tried Doctrine 1 a few years back and found it mostly too complicated for my needs. For all...
View ArticleFrom 2010: Why I Decided Not to Use Cassandra
From DZone Architect Zone:Recently I started working on a project, in my spare time, and I hope it will eventually get large amounts of data, so I started thinking about scalability very early. I’m...
View ArticleNHibernate Mapping Samples - 50 Samples of NHibernate Mapping
From blogs.devart.com:NHibernate is a widely used open-source ORM solution for .NET Framework. It is well-known for its great flexibility in mapping .NET classes to database tables, because it supports...
View ArticleChoosing an ORM strategy
From lostechies.com:One of the mistakes I see people make (and have made myself) is assuming that you must choose exactly one ORM strategy for an entire database/application/system. It's simply not the...
View ArticleMind-Bending Factories
From Giant Robots Smashing:CommentsClick here to read moreTagged: #ruby #facebook #orm #twitter
View ArticleA Slicker Typesafe Stack: Q&A with Martin Odersky
From Javalobby:Typesafe announced this morning that the Scala Language Integrated Connection Kit (Slick) has been added to its Typesafe Stack. Slick has been mentioned in Michael Azoff's Typesafe...
View ArticleGroovy Baby!
From java-tv.com:Over the last months, Groovy has gone from being something I used occasionally as a convenience to being my go to programming language. In this session I would like to show some of the...
View ArticleDataObjects.Net releases a community version and some goodies
From Geeks With Blogs:I have been following the events at X-tensive.com and excited by the release of DataObjects.Net community license and new features in version 4.5.I have always had a sweet spot on...
View ArticleKerosene Maps: A dynamic and configuration-less Entity Framework designed for...
From CodeProject:Kerosene is the configuration-less self-adaptive and dynamic ORM library that has been developed to let you avoid all those external mapping and configuration files, dynamically...
View ArticleExtending Kerosene ORM for WCF support
From CodeProject:An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios; Author: Moises Barba; Updated: 2 Sep 2012; Section: Database; Chapter: Database;...
View ArticleKerosene ORM: a dynamic, self-adaptive and configuration-less ORM with no...
From CodeProject:The fifth incarnation of a dynamic and self-adaptive ORM library with full support for POCO objects, that doesn’t require any mapping or configuration files, and with support for...
View ArticleSQLifying NoSQL – Are ORM tools relevant to NoSQL
From DZone Architect Zone:If you reached this page, it's fair to assume that you must have worked on at least one relational database in your lifetime. They have been in use for a quarter of a century...
View Article