It is easy to drop a database.
- For a database that is opened by open_file, just delete the file.
- For a database that is opened by open_memory, the database will be dropped automatically when the program exits.
➡️ Next: Creating Collections
📘 Back: Table of contents