filipemlourenco / Mongoc.jl

MongoDB driver for the Julia Language

Home Page:https://felipenoris.github.io/Mongoc.jl/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongoc.jl

License CI appveyor codecov dev stable

Mongoc.jl is a MongoDB driver for the Julia Language.

It is implemented as a thin wrapper around libmongoc, the official client library for C applications.

Given that BSON is the document format for MongoDB, this package also implements a wrapper around libbson, which provides a way to create and manipulate BSON documents.

Requirements

  • MongoDB 3.0 or newer.

  • Julia v1.6 or newer.

  • Linux, macOS, or Windows.

Installation

From a Julia session, run:

julia> using Pkg

julia> Pkg.add("Mongoc")

Documentation

The documentation for this package is hosted at https://felipenoris.github.io/Mongoc.jl/stable.

License

The source code for the package Mongoc.jl is licensed under the MIT License.

This repository distributes binary assets built from mongo-c-driver source code, which is licensed under Apache-2.0.

About

MongoDB driver for the Julia Language

https://felipenoris.github.io/Mongoc.jl/stable

License:Other


Languages

Language:Julia 99.9%Language:JavaScript 0.1%