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]].
 
=== Dart ===
The [[Dart (programming language)|Dart]] language implements the Active Record pattern via the [https://github.com/HannesRammer/Dartabase/tree/master/dartabase_migration Dartabase Migration] and [https://github.com/HannesRammer/Dartabase/tree/master/dartabase_model Dartabase Model] packages
 
[https://github.com/HannesRammer/Dartabase/tree/master/dartabase_migration Dartabase Migration]
Serverside Database Object Models for simple data manipulation currently supporting MySQL/PGSQL inspired by Ruby on Rails Migration
 
[https://github.com/HannesRammer/Dartabase/tree/master/dartabase_model Dartabase Model]
Serverside Database migration for simple version controlled database structure manipulation currently supporting MySQL/PGSQL inspired by Ruby on Rails Model
now console and GUI (build in Polymer 1.0)
 
=== Other languages ===