mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-postgrex.
* gnu/packages/elixir-databases.scm (elixir-postgrex): New variable. Change-Id: I82d3c3708f3c99797fda3d4ba2dc616e3556ca27 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3312174811
commit
c97ac4944f
1 changed files with 18 additions and 0 deletions
|
@ -94,6 +94,24 @@ configuration-driven @code{Ecto} schema extensibility.")
|
|||
(home-page "https://hexdocs.pm/exto/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-postgrex
|
||||
(package
|
||||
(name "elixir-postgrex")
|
||||
(version "0.19.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "postgrex" version))
|
||||
(sha256
|
||||
(base32 "1y58v3jsya98462r43mv29wwgf3vv8dz9jn63q4iwf4gl62pib4b"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-db-connection elixir-decimal elixir-jason
|
||||
elixir-table))
|
||||
(synopsis "PostgreSQL driver for Elixir")
|
||||
(description "This library provides a @code{PostgreSQL} driver for Elixir.")
|
||||
(home-page "https://hexdocs.pm/postgrex/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-table
|
||||
(package
|
||||
(name "elixir-table")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue