mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ecto.
* gnu/packages/elixir-databases.scm (elixir-ecto): New variable. Change-Id: I45d6a03a124df87e7550975370a25d117953bd0c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b26b50cfec
commit
f1afc5448b
1 changed files with 20 additions and 0 deletions
|
@ -53,3 +53,23 @@ handling transaction, prepare/execute, cursors and client process
|
|||
describe/encode/decode.")
|
||||
(home-page "https://hexdocs.pm/db_connection/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-ecto
|
||||
(package
|
||||
(name "elixir-ecto")
|
||||
(version "3.13.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ecto" version))
|
||||
(sha256
|
||||
(base32 "0ghb9a4mgiak6103vks6w013sa7kg8dhirxpwxbgy4q56y8r57b6"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-decimal elixir-jason erlang-telemetry))
|
||||
(synopsis
|
||||
"Toolkit for data mapping and language integrated query for Elixir")
|
||||
(description
|
||||
"This package provides a toolkit for data mapping and language integrated query
|
||||
for Elixir.")
|
||||
(home-page "https://hexdocs.pm/ecto/")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue