Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

hiromoon/ecto_sql

Open more actions menu
 
 

Repository files navigation

Ecto SQL

Build Status

Ecto SQL (documentation) 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) and MySQL (Ecto.Adapters.MySQL)
  • A test sandbox (Ecto.Adapters.SQL.Sandbox) that concurrently run database tests inside transactions
  • Support for database migrations via Mix tasks

To learn more about getting started, see the Ecto repository.

Running tests

Clone the repo and fetch its dependencies:

$ git clone https://github.com/elixir-ecto/ecto_sql.git
$ cd ecto_sql
$ mix deps.get
$ mix test.all

You can also use a local Ecto checkout if desired:

$ ECTO_PATH=../ecto mix test.all

You can run tests against an specific Ecto adapter by using the ECTO_ADAPTER environment variable:

$ ECTO_ADAPTER=pg mix test

Copyright and License

"Ecto" and the Ecto logo are copyright (c) 2012 Plataformatec.

Ecto source code is licensed under the Apache 2 License.

About

SQL-based adapters for Ecto and database migrations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.