Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
/ mongodriver Public archive

๐Ÿ’Š Boost MongoDB with pure Elixir

Notifications You must be signed in to change notification settings

Konicord/mongodriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mongodriver

A simple way to integrate MongoDB within Elixir (mix).

  • Connection
  • Pooling
  • Queries
  • Create, Update, Delete data
  • Add new data, users => data

Installation

If available in Hex, the package can be installed by adding mongodriver to your list of dependencies in mix.exs:

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

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

About

๐Ÿ’Š Boost MongoDB with pure Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages