• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..06-Jun-2019-

auth/H06-Jun-2019-2,3061,690

integration/H06-Jun-2019-385281

session/H06-Jun-2019-1,012712

topology/H06-Jun-2019-2,9002,194

uuid/H06-Jun-2019-3821

README.mdH A D06-Jun-2019640 129

abort_transaction.goH A D06-Jun-20192.1 KiB7250

aggregate.goH A D06-Jun-20195.8 KiB201164

batch_cursor.goH A D06-Jun-201910.2 KiB429345

batch_cursor_test.goH A D06-Jun-2019643 2817

bulk_write.goH A D06-Jun-201917 KiB662550

bulk_write_test.goH A D06-Jun-20191.8 KiB6752

commit_transaction.goH A D06-Jun-20193.7 KiB11886

count.goH A D06-Jun-20192.6 KiB9876

count_documents.goH A D06-Jun-20192.4 KiB9270

create_indexes.goH A D06-Jun-20192.1 KiB7856

delete.goH A D06-Jun-20193.5 KiB12391

delete_indexes.goH A D06-Jun-20191.7 KiB6344

dispatch.goH A D06-Jun-20192 KiB6846

distinct.goH A D06-Jun-20192.3 KiB8262

drop_collection.goH A D06-Jun-20191.4 KiB5336

drop_database.goH A D06-Jun-20191.4 KiB5336

end_sessions.goH A D06-Jun-20191 KiB4126

find.goH A D06-Jun-201913.9 KiB536447

find_one_and_delete.goH A D06-Jun-20194.2 KiB145111

find_one_and_replace.goH A D06-Jun-20194.6 KiB154120

find_one_and_update.goH A D06-Jun-20195 KiB170135

insert.goH A D06-Jun-20193.6 KiB12187

kill_cursors.goH A D06-Jun-20191.5 KiB5739

list_collections.goH A D06-Jun-20193.7 KiB13499

list_collections_batch_cursor.goH A D06-Jun-20193.7 KiB12589

list_collections_test.goH A D06-Jun-20191.3 KiB5241

list_databases.goH A D06-Jun-20191.8 KiB6143

list_indexes.goH A D06-Jun-20192.8 KiB10681

models.goH A D06-Jun-20192.1 KiB8248

read.goH A D06-Jun-20192.4 KiB8662

read_cursor.goH A D06-Jun-20191.8 KiB7052

update.goH A D06-Jun-20194.3 KiB149115

write.goH A D06-Jun-20192.1 KiB8057

README.md

1MongoDB Go Driver Low-Level Driver Library
2==========================================
3The packages within this library allow users to build applications using a low-level driver
4interface. Knowledge of the internals of a MongoDB driver are assumed, so this library contains
5advanced features. The aim of this library is to provide an easy to use, high performance
6implementation of a low-level driver.
7
8This Library's API is experimental and subject to change. Packages may be changed or removed without
9notice. These APIs are not stable and do not guarantee backward compatibility.
10
11**THIS LIBRARY IS EXPERIMENTAL AND SUBJECT TO CHANGE.**
12