https://github.com/mongodb/mongodb-haskell
MongoDB driver for Haskell
https://github.com/mongodb/mongodb-haskell
Last synced: 4 months ago
JSON representation
MongoDB driver for Haskell
- Host: GitHub
- URL: https://github.com/mongodb/mongodb-haskell
- Owner: mongodb
- License: apache-2.0
- Archived: true
- Fork: true (TonyGen/mongoDB-haskell)
- Created: 2011-12-22T16:08:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T16:52:54.000Z (over 3 years ago)
- Last Synced: 2024-09-26T17:01:59.560Z (8 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/mongoDB
- Size: 412 KB
- Stars: 24
- Watchers: 23
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# End of Life Notice
The MongoDB Haskell Driver is now officially end-of-life (EOL). No further development, bugfixes, enhancements, documentation changes or maintenance will be provided by this project and pull requests will no longer be accepted.## About
This is the Haskell MongoDB driver (client). [MongoDB](http://www.mongodb.org) is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics.### Documentation
* [Quick example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Example.hs)
* [Tutorial](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/tutorial.md)
* [Driver API](http://hackage.haskell.org/package/mongoDB)
* [MapReduce example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/map-reduce-example.md)
* [Driver design](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Article1.md)
* [MongoDB DBMS](http://www.mongodb.org)