Active record pattern: Difference between revisions

Content deleted Content added
Line 54:
 
The [[Play framework]] is a Java web framework which implements the Active Record pattern, using ideas from [[Ruby on Rails]].
 
[https://github.com/doe300/jactiverecord JActiveRecord] is yet another library providing easy [[Object-relational mapping|ORM]] mapping for Java, inspired by [[Ruby on Rails]] ActiveRecord but more focused on Java's type-safety.
 
=== Dart ===