Mongo Fsharp Driver Prototype Save Abandoned

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

Project README

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

Open Source Agenda is not affiliated with "Mongo Fsharp Driver Prototype" Project. README Source: mongodb-labs/mongo-fsharp-driver-prototype
Stars
28
Open Issues
14
Last Commit
10 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating