forked from dlang/cdcdb
Добавлена функция опционального закрытия БД хранилища
This commit is contained in:
parent
578e6a3358
commit
d120fd7ae1
3 changed files with 10 additions and 0 deletions
|
|
@ -81,4 +81,6 @@ void main()
|
|||
writeln("Все снимки удалены.");
|
||||
|
||||
writeln("Версия библиотеки: ", storage.getVersion());
|
||||
|
||||
storage.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue