Get Last Record From Ecto: Difference between revisions
From ElixirBlocks
(Created page with "<source> Repo.one(from x in MyApp.Model, order_by: [desc: x.id], limit: 1) </source> https://til.hashrocket.com/posts/388b0870c7-get-the-last-record-with-ecto") |
(No difference)
|
Latest revision as of 20:25, 2 June 2023
Repo.one(from x in MyApp.Model, order_by: [desc: x.id], limit: 1)
https://til.hashrocket.com/posts/388b0870c7-get-the-last-record-with-ecto