This website requires JavaScript.
Explore
Help
Register
Sign In
mongodb
/
mongo-python-driver
Watch
1
Star
0
Fork
0
You've already forked mongo-python-driver
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
46
Commits
80
Branches
190
Tags
52
MiB
Python
96.5%
C
2.9%
Shell
0.5%
752630e2da
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Mike Dirolf
752630e2da
oops
2009-01-09 11:04:43 -05:00
test
gen_mongo_dict returns SON
2009-01-08 16:29:21 -05:00
__init__.py
add empty __init__
2009-01-06 15:43:31 -05:00
.gitignore
gitignore
2009-01-06 10:40:56 -05:00
bson.py
allow SON too
2009-01-08 16:28:50 -05:00
dbref.py
implementation of a DBRef type
2009-01-08 11:40:05 -05:00
mongo.py
seperate out __connect so we can reconnect on timeouts
2009-01-08 14:47:04 -05:00
objectid.py
oops
2009-01-09 11:04:43 -05:00
README
initial commit
2009-01-06 10:16:45 -05:00
run_tests.py
add son tests to test script
2009-01-08 16:13:43 -05:00
son.py
fix __repr__. xson parser
2009-01-09 10:50:36 -05:00
README
A python driver for MongoDB.