This package browser is in early development. Mind the rough edges.

elixir-ecto-sql 3.13.2

SQL-based adapters for Ecto and database migrations

Ecto SQL provides building blocks for writing SQL adapters for Ecto. It features:

  • The Ecto.Adapters.SQL module as an entry point for all SQL-based adapters

  • Default implementations for Postgres (Ecto.Adapters.Postgres), MySQL (Ecto.Adapters.MyXQL), and MSSQL (Ecto.Adapters.Tds)

  • A test sandbox (Ecto.Adapters.SQL.Sandbox) that concurrently runs database tests inside transactions

  • Support for database migrations via Mix tasks

Installation

Install elixir-ecto-sql 3.13.2 as follows:

guix install elixir-ecto-sql@3.13.2

Or install the latest version:

guix install elixir-ecto-sql

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.