Sagan v0.1.0 Sagan View Source
Azure Cosmos DB Driver for Elixir
Installation
If available in Hex, the package can be installed
by adding sagan
to your list of dependencies in mix.exs
:
def deps do
[{:sagan, "~> 0.1.0"}]
end
# in your config.exs
config :sagan,
hostname: "host.documents.azure.com",
database: "your-database",
name: :mongo, # to name the process
username: "your-username",
password: "your-key",
port: 10255
Provides and simplifies all the functions of MongoDB