Database¶
The database can be got from you database driver. It includes the associated database collections.
Get a database¶
Database database = driver.getDatabase("Test");
Note
For more information, like getting or creating a database collection, go to this site
Last update:
2020-12-12