Database MongoDB¶
Built-in support for MongoDB.
To configure MongoDB, set the appropriate settings in BotSettings
:
botSettings.setDbType(DbType.MONGODB)
botSettings.setDbName("name")
Built-in support for MongoDB.
To configure MongoDB, set the appropriate settings in BotSettings
:
botSettings.setDbType(DbType.MONGODB)
botSettings.setDbName("name")