Androz2091 / Androz2091/easy-json-database

path et non folder

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
28
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Bonjour,
en utilisent le module je me suis rendu compte que pour choisir la déstination des backups il fait faire
const db = new Database("./some-database.json", {
snapshots: {
enabled: true,
interval: 24 * 60 * 60 * 1000,
path: './backups/'
}
});

et non pas

const db = new Database("./some-database.json", {
snapshots: {
enabled: true,
interval: 24 * 60 * 60 * 1000,
folder: './backups/'
}
});

j'éspère que cela vous sera utile :)

![image](https://user-images.githubusercontent.com/109625145/199337716-04af37eb-7e9c-4de8-890d-6aa7075a4813.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.