6.2. Close

[<<<] [>>>]

bdb::Close DB

Closes a database opened using the function bdb::Open. If there is a transaction opened and not committed yet closing the database will abort the transaction for this database. The other opened databases using the same transaction may finish the transaction committing.

The module automatically closes all databases when the interpreter finishes executing the program.


[<<<] [>>>]