タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

ectoとelixirに関するshufoのブックマーク (2)

  • [翻訳] Ectoを使った組み立て可能なクエリ - Qiita

    Drew Olsonさんの2015年1月23日付のブログ記事Composable Queries with Ectoの翻訳です。 EctoはRuby and RailsだとActive Recordに相当するのでしょうか、データベースの抽象化機構です。 Phoenixにも欠かせない機能なんですがあまり紹介記事がなさそうなので訳してみました。 そういえばectoっていうのは「外の…」という意味の接頭語で(ex-なんかと同じ)~魂?が口から「外に出る」エクトプラズム(ectoplasm)なんてのがありましたね(笑)~データベースに直接タッチせず外から触るからついた名前かもしれません。 (どうでもいい追記) ゴーストバスターズの「作業車」の名前がEcto-1でした。 以前の投稿で(ある種ホンモノの)WebアプリをElixirで作成して1今までに私が習ってきたレッスンのいくつかについて簡潔に述べま

    [翻訳] Ectoを使った組み立て可能なクエリ - Qiita
  • Compare date and time in Elixir with protocols

    The Calendar library has functionality for comparing dates and datetimes. The Calendar.Date module has a function for getting the difference between two dates. You can for instance pass date tuples or Calendar structs to the Calendar.Date.diff/2 funciton. This will return the difference in days between the two dates. iex> Calendar.Date.diff({2016, 3, 10}, {2016, 3, 4}) 6 iex> Calendar.Date.diff({2

  • 1