rljson
Version:
Define and manage relational data structures in JSON
29 lines (18 loc) • 367 B
Markdown
# GgDb
The project `GgDb` offers an interface to access relational data. It can
be implemented agains relational databases like `Sqlite` or `Rljson`.
## Run the tests
```bash
npm run test
```
## Publish the package
Open `package.json`.
Increase `version`.
Compile typescript:
```bash
npm run build
```
Make publish dry-run
```bash
npm publish --dry-run
```