{"enable_shared_cache",(PyCFunction)module_enable_shared_cache,METH_VARARGS|METH_KEYWORDS,PyDoc_STR("Enable or disable shared cache mode for the calling thread.")},
#endif
{"register_adapter",(PyCFunction)module_register_adapter,METH_VARARGS,PyDoc_STR("Registers an adapter with pysqlite's adapter registry.")},
{"register_converter",(PyCFunction)module_register_converter,METH_VARARGS,PyDoc_STR("Registers a converter with pysqlite.")},
{"register_adapter",(PyCFunction)module_register_adapter,METH_VARARGS,PyDoc_STR("Registers an adapter with sqlite's adapter registry.")},
{"register_converter",(PyCFunction)module_register_converter,METH_VARARGS,PyDoc_STR("Registers a converter with sqlite.")},