MssqlAdapter

Hex.pm VersionHex.pm Downloads

Warning!

This library is not ready! Tests aren't passing and there are no docs!

Installation

MssqlAdapter requires the MssqlexV3.

This package is availabe in Hex, the package can be installed by adding mssqlex_v3 to your list of dependencies in mix.exs:

def deps do
  [{:mssql_adapter, "~> 0.1.0"}]
end

Docker

docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=sa_5ecretpa$$' -p 1433:1433 -d microsoft/mssql-server-linux:2017-latest

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mssql_adapter.