Tag

activerecord

1 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Jun 22, 2021 · Backend Development

Unlock Seamless JFinal + Spring Boot Integration with mica-activerecord

This article introduces mica, a micro‑service component suite that simplifies JFinal ActiveRecord usage within Spring Boot projects, outlines its version matrix, highlights recent updates, and details key modules such as mica‑activerecord and mica‑logging for Loki support.

JFinalJavaMica
0 likes · 6 min read
Unlock Seamless JFinal + Spring Boot Integration with mica-activerecord
Liulishuo Tech Team
Liulishuo Tech Team
Jul 22, 2016 · Backend Development

Comparing ActiveRecord and Ecto: ORM Approaches in Ruby on Rails and Elixir

This article compares Ruby on Rails' ActiveRecord and Elixir's Ecto, explaining their mapping definitions, data retrieval, query syntax, write operations, validations, callbacks, and associations, while highlighting the trade‑offs between the convenience of ActiveRecord and the explicitness of Ecto.

EctoElixirORM
0 likes · 15 min read
Comparing ActiveRecord and Ecto: ORM Approaches in Ruby on Rails and Elixir