Platforms to show: All Mac Windows Linux Cross-Platform

MongoURIMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class MongoDB MBS MongoDB Plugin 22.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
MongoURIMBS provides an abstraction on top of the MongoDB connection URI format.
Example

Dim URL As String = "mongodb://myuser:mypass@localhost/"
Dim URI As New MongoURIMBS(URL)

MessageBox URI.URI

It provides standardized parsing as well as convenience methods for extracting useful information such as replica hosts or authorization information.

Constants

Constant Value Description
DefaultPort 27017 The default port number.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes

  • Version 23.1
    • Added Options and TLS properties to MongoURIMBS class.
    • Changed DatabaseName property in MongoURIMBS to be writable.

The items on this page are in the following plugins: MBS MongoDB Plugin.


MongoSSLOptionsMBS   -   Movie


The biggest plugin in space...