Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

mongodb-labs/mongo-fsharp-driver-prototype

Repository files navigation

MongoDB F# Driver Prototype

This is a prototype MongoDB driver written for F#. The goal of this driver is to make using MongoDB from F# more natural by defining new ways to express database/collection operations that are idiomatic to the language.

Special Notes

The API and implementation are currently subject to change at any time. You must not use this driver in production, as it is still under development and is in no way supported by MongoDB, Inc.

We absolutely encourage you to experiment with it and provide us feedback on the API, design, and implementation. Bug reports and suggestions for improvements are welcomed, as are pull requests.

Dependencies

  • F# 3.0

Building

The F# driver has been developed on top of the refactored Core .NET driver. This new Core .Net driver is still in development as well, and hence unavailable on NuGet. Thus, the branch has been setup as a submodule. This is intended to change in the future.

git submodule update --init
<compile mongo-csharp-driver>
<compile mongo-fsharp-driver-prototype>

License

Apache v2.0

About

[Archive] FSharp.MongoDB - F# driver prototype for MongoDB - This Repository is NOT a supported MongoDB product

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages