Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 541 Bytes

dropping_databases.md

File metadata and controls

10 lines (6 loc) · 541 Bytes

Dropping Databases

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