@cnlabs/yandexdb-rest
Version:
library than decorates yandex db dynamodb rest api in lightweight style
18 lines (16 loc) • 411 B
Markdown
# ll-yandex-db-test-helpers
Library to work with Yandex Database in GitLab ci/cd pipelines
It created folder in specified Yandex DB with pattern
<CI_PROJECT_NAME || USER>/<ISO_DATE_TIME>/<table-name>
After all method deletes all created tables
#Install
```bash
yarn add --dev @cnlabs/ll-yandex-db-test-helpers
```
```bash
npm install --save @cnlabs/ll-yandex-db-test-helpers
```
# Use
```javascript
//TBD:
```