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
Serverside Database migration for simple version controlled database structure manipulation currently supporting MySQL/PGSQL inspired by Ruby on Rails Model