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.SQLmodule as an entry point for all SQL-based adaptersDefault 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 transactionsSupport for database migrations via Mix tasks
- Outputs:
out - Website: https://hexdocs.pm/ecto_sql/
- Licenses: ASL 2.0
- Package source: gnu/packages/elixir-databases.scm
- Builds: See build status
- Issues: See known issues
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.