Обновление схемы БД
This commit is contained in:
parent
dc0c8349c7
commit
18bcf3742d
6 changed files with 180 additions and 41 deletions
|
@ -7,5 +7,5 @@ import std.file : read;
|
|||
void main()
|
||||
{
|
||||
auto cas = new CAS("/tmp/base.db");
|
||||
cas.saveSnapshot(cast(ubyte[]) read("/tmp/text"));
|
||||
cas.saveSnapshot("/tmp/text", cast(ubyte[]) read("/tmp/text"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue