Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Commit

Permalink
Added more info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
edsrzf committed Dec 29, 2010
1 parent baaa635 commit fa1f653
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -3,14 +3,19 @@ Mongogo


Mongogo is a MongoDB driver for the [Go programming language](http://golang.org/). Mongogo is a MongoDB driver for the [Go programming language](http://golang.org/).


This project is still in development. It's not well tested, but the basics seem to This project is still in development. It's been tested on Arch and Ubuntu Linux for
work well enough. the amd64 architecture, but there's no reason it shouldn't work on other architectures
as well.


Dependencies Dependencies
------------ ------------


Mongogo's sole external dependency is [Go-BSON](go-bson). Mongogo compiles with Go release 2010-10-27 or newer, barring any recent language or
library changes.


Mongogo works with MongoDB version 2.6 or newer. It may partially work with older versions.

Mongogo's only non-core Go dependency is [Go-BSON](go-bson).
You can install it with goinstall by running You can install it with goinstall by running
goinstall github.com/edsrzf/go-bson goinstall github.com/edsrzf/go-bson


Expand Down

0 comments on commit fa1f653

Please sign in to comment.