databaseVersion static method

String databaseVersion()

Returns the version and features of the platform-specific ObjectBox database library.

The format may change in any future release, only use this for informational purposes.

Implementation

static String databaseVersion() => dartStringFromC(C.version_core_string());