# SQL v0.5.0 - Table of Contents SQL provides state-of-the-art, high-performance SQL integration for Elixir, built to handle extreme concurrency with unmatched expressiveness and ergonomic query composition. Write safe, composable, parameterized queries directly, without translating to Ecto or any ORM. ## Pages - [Changelog](changelog.md) - [SQL](readme.md) - [LICENSE](license.md) ## Modules - [SQL](SQL.md): - [SQL.Adapters.ANSI](SQL.Adapters.ANSI.md): A SQL adapter for [ANSI](https://blog.ansi.org/sql-standard-iso-iec-9075-2023-ansi-x3-135/). - [SQL.Adapters.MySQL](SQL.Adapters.MySQL.md): A SQL adapter for [MySQL](https://www.mysql.com). - [SQL.Adapters.Postgres](SQL.Adapters.Postgres.md): A SQL adapter for [PostgreSQL](https://www.postgresql.org). - [SQL.Adapters.TDS](SQL.Adapters.TDS.md): A SQL adapter for [TDS](https://www.microsoft.com/en-ca/sql-server). ## Mix Tasks - [mix compile.sql](Mix.Tasks.Compile.Sql.md): A SQL compiler for sql files. - [mix sql.create](Mix.Tasks.Sql.Create.md) - [mix sql.drop](Mix.Tasks.Sql.Drop.md) - [mix sql.gen.test](Mix.Tasks.Sql.Gen.Test.md) - [mix sql.get](Mix.Tasks.Sql.Get.md)