README.md

<!--
SPDX-FileCopyrightText: 2020 Zach Daniel

SPDX-License-Identifier: MIT
-->
![Elixir CI](https://github.com/ash-project/ash_sql/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_sql.svg)](https://hex.pm/packages/ash_sql)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_sql)
[![REUSE status](https://api.reuse.software/badge/github.com/ash-project/ash_sql)](https://api.reuse.software/info/github.com/ash-project/ash_sql)


# AshSql

Shared functionality for ecto-based sql data layers.

## Installation

```elixir
def deps do
  [
    {:ash_sql, "~> 0.3.3"}
  ]
end
```