Datomic on Rails
Join the DZone community and get the full member experience.
Join For FreeNewSQL database Datomic is tailored for the Clojure community, but using a gem called Diametric, Ruby programmers can use Datomic as well via Rails.
On Diametric, Datomic's entity is an ActiveModel compliant. Diametric supports Rails' scaffolding. Its usage might look like Datamapper or MongoDB. Eventually, Diametric's API design settled in a bit far from Ruby, Rails style. In another word, it is not ORM-like. Even though the API design may puzzle Rubyists, Diametric chose the one to expose Datomic's intrinsic properties. It is to leverage a good side of Datomic for us. I believe the more Rubyists use Diametric, the more they like it.
In my talk, I'll introduce Diametric gem and how to use it as well as why its API design is good for us. Also, I will cover how Ruby helped to integrate Datomic API in Diametric gem.
-- Yoko Harada, YouTube page
Opinions expressed by DZone contributors are their own.
Comments