SYNOPSIS

#include <mongoc.h>

mongoc_client_t * client;

client = mongoc_client_new(uri_string);

DESCRIPTION

mongoc is the MongoDB C driver

SEE ALSO

FUNCTIONS

mongoc_cleanup(3)
mongoc_client_command(3)
mongoc_client_command_simple(3)
mongoc_client_destroy(3)
mongoc_client_get_collection(3)
mongoc_client_get_database(3)
mongoc_client_get_database_names(3)
mongoc_client_get_gridfs(3)
mongoc_client_get_read_prefs(3)
mongoc_client_get_uri(3)
mongoc_client_get_write_concern(3)
mongoc_client_new(3)
mongoc_client_new_from_uri(3)
mongoc_client_pool_destroy(3)
mongoc_client_pool_new(3)
mongoc_client_pool_pop(3)
mongoc_client_pool_push(3)
mongoc_client_pool_try_pop(3)
mongoc_client_set_read_prefs(3)
mongoc_client_set_ssl_opts(3)
mongoc_client_set_write_concern(3)
mongoc_collection_aggregate(3)
mongoc_collection_command(3)
mongoc_collection_command_simple(3)
mongoc_collection_count(3)
mongoc_collection_delete(3)
mongoc_collection_destroy(3)
mongoc_collection_drop(3)
mongoc_collection_drop_index(3)
mongoc_collection_ensure_index(3)
mongoc_collection_find(3)
mongoc_collection_get_last_error(3)
mongoc_collection_get_name(3)
mongoc_collection_get_read_prefs(3)
mongoc_collection_get_write_concern(3)
mongoc_collection_insert(3)
mongoc_collection_insert_bulk(3)
mongoc_collection_keys_to_index_string(3)
mongoc_collection_save(3)
mongoc_collection_set_read_prefs(3)
mongoc_collection_set_write_concern(3)
mongoc_collection_update(3)
mongoc_cursor_clone(3)
mongoc_cursor_destroy(3)
mongoc_cursor_error(3)
mongoc_cursor_get_host(3)
mongoc_cursor_more(3)
mongoc_cursor_next(3)
mongoc_database_add_user(3)
mongoc_database_command(3)
mongoc_database_command_simple(3)
mongoc_database_create_collection(3)
mongoc_database_destroy(3)
mongoc_database_drop(3)
mongoc_database_get_collection(3)
mongoc_database_get_collection_names(3)
mongoc_database_get_name(3)
mongoc_database_get_read_prefs(3)
mongoc_database_get_write_concern(3)
mongoc_database_has_collection(3)
mongoc_database_remove_user(3)
mongoc_database_set_read_prefs(3)
mongoc_database_set_write_concern(3)
mongoc_gridfs_create_file(3)
mongoc_gridfs_create_file_from_stream(3)
mongoc_gridfs_destroy(3)
mongoc_gridfs_drop(3)
mongoc_gridfs_file_destroy(3)
mongoc_gridfs_file_error(3)
mongoc_gridfs_file_get_aliases(3)
mongoc_gridfs_file_get_content_type(3)
mongoc_gridfs_file_get_filename(3)
mongoc_gridfs_file_get_md5(3)
mongoc_gridfs_file_get_metadata(3)
mongoc_gridfs_file_get_length(3)
mongoc_gridfs_file_get_chunk_size(3)
mongoc_gridfs_file_get_upload_date(3)
mongoc_gridfs_file_list_destroy(3)
mongoc_gridfs_file_list_error(3)
mongoc_gridfs_file_list_next(3)
mongoc_gridfs_file_readv(3)
mongoc_gridfs_file_save(3)
mongoc_gridfs_file_seek(3)
mongoc_gridfs_file_set_aliases(3)
mongoc_gridfs_file_set_content_type(3)
mongoc_gridfs_file_set_filename(3)
mongoc_gridfs_file_set_md5(3)
mongoc_gridfs_file_set_metadata(3)
mongoc_gridfs_file_tell(3)
mongoc_gridfs_file_writev(3)
mongoc_gridfs_find(3)
mongoc_gridfs_find_one(3)
mongoc_gridfs_find_one_by_filename(3)
mongoc_gridfs_get_chunks(3)
mongoc_gridfs_get_files(3)
mongoc_index_opt_get_default(3)
mongoc_index_opt_init(3)
mongoc_init(3)
mongoc_log(3)
mongoc_log_default_handler(3)
mongoc_log_set_handler(3)
mongoc_matcher_destroy(3)
mongoc_matcher_match(3)
mongoc_matcher_new(3)
mongoc_read_prefs_add_tag(3)
mongoc_read_prefs_copy(3)
mongoc_read_prefs_destroy(3)
mongoc_read_prefs_get_mode(3)
mongoc_read_prefs_get_tags(3)
mongoc_read_prefs_is_valid(3)
mongoc_read_prefs_new(3)
mongoc_read_prefs_set_mode(3)
mongoc_read_prefs_set_tags(3)
mongoc_socket_accept(3)
mongoc_socket_bind(3)
mongoc_socket_close(3)
mongoc_socket_connect(3)
mongoc_socket_destroy(3)
mongoc_socket_errno(3)
mongoc_socket_getsockname(3)
mongoc_socket_listen(3)
mongoc_socket_new(3)
mongoc_socket_recv(3)
mongoc_socket_send(3)
mongoc_socket_sendv(3)
mongoc_socket_setsockopt(3)
mongoc_ssl_opt_get_default(3)
mongoc_stream_buffered_new(3)
mongoc_stream_close(3)
mongoc_stream_cork(3)
mongoc_stream_destroy(3)
mongoc_stream_file_get_fd(3)
mongoc_stream_file_new(3)
mongoc_stream_file_new_for_path(3)
mongoc_stream_flush(3)
mongoc_stream_gridfs_new(3)
mongoc_stream_read(3)
mongoc_stream_readv(3)
mongoc_stream_setsockopt(3)
mongoc_stream_socket_new(3)
mongoc_stream_tls_check_cert(3)
mongoc_stream_tls_do_handshake(3)
mongoc_stream_tls_new(3)
mongoc_stream_uncork(3)
mongoc_stream_writev(3)
mongoc_uri_copy(3)
mongoc_uri_destroy(3)
mongoc_uri_get_auth_source(3)
mongoc_uri_get_auth_mechanism(3)
mongoc_uri_get_database(3)
mongoc_uri_get_hosts(3)
mongoc_uri_get_options(3)
mongoc_uri_get_password(3)
mongoc_uri_get_read_prefs(3)
mongoc_uri_get_replica_set(3)
mongoc_uri_get_string(3)
mongoc_uri_get_username(3)
mongoc_uri_new(3)
mongoc_uri_new_for_host_port(3)
mongoc_uri_unescape(3)
mongoc_write_concern_copy(3)
mongoc_write_concern_destroy(3)
mongoc_write_concern_get_fsync(3)
mongoc_write_concern_get_journal(3)
mongoc_write_concern_get_w(3)
mongoc_write_concern_get_wmajority(3)
mongoc_write_concern_get_wtimeout(3)
mongoc_write_concern_new(3)
mongoc_write_concern_set_fsync(3)
mongoc_write_concern_set_journal(3)
mongoc_write_concern_set_w(3)
mongoc_write_concern_set_wmajority(3)
mongoc_write_concern_set_wtimeout(3)

AUTHORS

This page was written by MongoDB Inc.