Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
samus committed Feb 20, 2010
1 parent 6846604 commit cc799f5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
34 changes: 26 additions & 8 deletions Packages.mdproj
Expand Up @@ -7,14 +7,6 @@
<ProjectGuid>{502F3381-58AA-461B-B9D8-12578A588C61}</ProjectGuid>
<Packages>
<Packages>
<Package name="Tarball">
<Builder TargetDirectory="..\..\..\..\dev\Projects\MongoDBDriver\MongoDBDriver" DefaultConfiguration="Debug" ctype="TarballDeployTarget">
<ChildEntries>
<SolutionItemReference path="MongoDBDriver\MongoDBDriver.csproj" />
</ChildEntries>
<RootEntry path="MongoDBDriver.sln" id="MongoDBDriver" />
</Builder>
</Package>
<Package name="Zip Debug">
<Builder targetFile="redist\MongoDBDriver-Debug.zip" platform="Windows" configuration="Debug" ctype="BinariesZipPackageBuilder">
<ChildEntries>
Expand All @@ -32,6 +24,32 @@
<RootEntry path="MongoDBDriver.sln" id=":root:" />
</Builder>
</Package>
<Package name="MSBuild (Visual Studio 2008) Sources">
<Builder targetFile="redist\MongoDBDriver-src.tar.gz" format="MonoDevelop.Projects.FileFormat" ctype="SourcesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="MongoDBDriver\MongoDB.Driver.csproj" />
<SolutionItemReference path="Packages.mdproj" />
<SolutionItemReference path="MongoDBDriverTranslation\MongoDBDriverTranslation.mdproj" />
<SolutionItemReference path="MongoDB.Net-Tests\MongoDB.Driver.Tests.csproj" />
<SolutionItemReference path="MongoDB.Linq\MongoDB.Linq.csproj" />
<SolutionItemReference path="MongoDB.Linq.Tests\MongoDB.Linq.Tests.csproj" />
<SolutionItemReference path="MongoDB.Driver.Benchmark\MongoDB.Driver.Benchmark.csproj" />
<SolutionItemReference path="MongoDB.GridFS\MongoDB.GridFS.csproj" />
<SolutionItemReference path="MongoDB.GridFS.Tests\MongoDB.GridFS.Tests.csproj" />
</ChildEntries>
<RootEntry path="MongoDBDriver.sln" id=":root:" />
</Builder>
</Package>
<Package name="Zip Release">
<Builder targetFile="redist\MongoDBDriver-Release.zip" platform="Windows" configuration="Release" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="MongoDBDriver\MongoDB.Driver.csproj" />
<SolutionItemReference path="MongoDB.Linq\MongoDB.Linq.csproj" />
<SolutionItemReference path="MongoDB.GridFS\MongoDB.GridFS.csproj" />
</ChildEntries>
<RootEntry path="MongoDBDriver.sln" id=":root:" />
</Builder>
</Package>
</Packages>
</Packages>
</PropertyGroup>
Expand Down
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -21,13 +21,15 @@ Current Features
- Database Commands
- Basic Linq support
- GridFS support
- Map Reduce helpers.
- hint, explain, $where

Missing Features
================
- Auto reconnect options
- Connection pooling (maybe not implemented)
- Connection pooling (In progress)
- Exceptions (In progress)
- hint, explain, $where
- Safemode (Scheduled)
- database profiling: set/get profiling level, get profiling info
- Many unit tests

Expand All @@ -53,7 +55,7 @@ At the simplest query the database like this:
db.Disconnect();

Getting Help
===========
============
The Google Group mongodb-csharp at (http://http://groups.google.com/group/mongodb-csharp) is the best place to go.

Contributors
Expand Down

0 comments on commit cc799f5

Please sign in to comment.