From 85aa3c8f539b0aeaa14b1eaf0ffa63b43f905222 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 13 Sep 2025 02:58:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.ru.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1477e12..85a9bc5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ High-level API for the SQLite store and snapshot management. - `getSnapshots`: Returns a list of snapshots (all, or filtered by label). Returns an array of `Snapshot`. - `getSnapshot`: Fetches a snapshot by ID. Returns a `Snapshot`. - `setupCDC`: Configures CDC splitting parameters. Returns nothing. - - `getVersion`: Returns the library version string (e.g., `"0.0.2"`). - `removeSnapshots`: Deletes snapshots by label, ID, or a `Snapshot` object. Returns the number of deleted snapshots (for label) or `true`/`false` (for ID or object). + - `getVersion`: Returns the library version string. ### Snapshot Work with an individual snapshot. diff --git a/README.ru.md b/README.ru.md index fda9f70..28a99f7 100644 --- a/README.ru.md +++ b/README.ru.md @@ -16,8 +16,8 @@ FastCDC — это алгоритм разделения данных на ча - `getSnapshots`: Получает список снимков (все или по метке). Возвращает массив объектов `Snapshot`. - `getSnapshot`: Получает снимок по ID. Возвращает объект `Snapshot`. - `setupCDC`: Настраивает параметры разделения данных CDC. Ничего не возвращает. - - `getVersion`: Возвращает строку с версией библиотеки (например, "0.0.2"). - `removeSnapshots`: Удаляет снимки по метке, ID или объекту Snapshot. Возвращает количество удаленных снимков (для метки) или `true`/`false` (для ID или объекта). + - `getVersion`: Возвращает строку с версией библиотеки. ### Snapshot Класс для работы с отдельным снимком данных.