kaleidic.mongo_standalone

Standalone Mongo driver implementation.

Modules

bson
module kaleidic.mongo_standalone.bson

BSON data format implementation for MongoDB.

impl
module kaleidic.mongo_standalone.impl

Public Imports

kaleidic.mongo_standalone.impl.common
public import kaleidic.mongo_standalone.impl.common;
Undocumented in source.
kaleidic.mongo_standalone.impl.crud
public import kaleidic.mongo_standalone.impl.crud;
Undocumented in source.
kaleidic.mongo_standalone.bson
public import kaleidic.mongo_standalone.bson;
Undocumented in source.

Members

Classes

MongoConnection
class MongoConnection
Undocumented in source.
SocketReceiveStream
class SocketReceiveStream
Undocumented in source.

Enums

OP
enum OP
Undocumented in source.
QueryFlags
enum QueryFlags
Undocumented in source.

Functions

BCryptGenRandom
NTSTATUS BCryptGenRandom(void* , PUCHAR , ULONG , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
getentropy
int getentropy(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
makeDigest
string makeDigest(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IReceiveStream
interface IReceiveStream
Undocumented in source.

Manifest constants

STATUS_SUCCESS
enum STATUS_SUCCESS;
Undocumented in source.

Static variables

mongoDriverName
string mongoDriverName;
Undocumented in source.
mongoDriverVersion
string mongoDriverVersion;
Undocumented in source.

Structs

MongoCollection
struct MongoCollection
Undocumented in source.
MongoDatabase
struct MongoDatabase
Undocumented in source.
MsgHeader
struct MsgHeader
Undocumented in source.
OP_DELETE
struct OP_DELETE
Undocumented in source.
OP_GET_MORE
struct OP_GET_MORE
Undocumented in source.
OP_INSERT
struct OP_INSERT
Undocumented in source.
OP_KILL_CURSORS
struct OP_KILL_CURSORS
Undocumented in source.
OP_MSG
struct OP_MSG
Undocumented in source.
OP_QUERY
struct OP_QUERY
Undocumented in source.
OP_REPLY
struct OP_REPLY
Undocumented in source.
OP_UPDATE
struct OP_UPDATE
Undocumented in source.
ScramState
struct ScramState
Undocumented in source.
SendBuffer
struct SendBuffer
Undocumented in source.
Uri
struct Uri
Undocumented in source.
UriHost
struct UriHost
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.