MssqlAdapter
Warning!
This library is not ready! Tests aren't passing and there are no docs!
Installation
If available in Hex, the package can be installed
by adding mssql_adapter to your list of dependencies in mix.exs:
def deps do
[
{:mssql_adapter, "~> 0.1.0"}
]
endDocker
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=sa_5ecretpa$$' -p 1433:1433 -d microsoft/mssql-server-linux:2017-latestDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mssql_adapter.