DataFormat

class DataFormat

The DataFormat class represents the data interchange format for an EzNoSQL database. The class may be used in the znsq_create() function as an argument to specify the document format at the time of database creation.

Note

BSON data format is not currently supported.

JSON

Configures the EzNoSQL database data format as JSON

Type:

int

BSON

Configures the EzNoSQL database data format as BSON.

Type:

int

__new__(value)