# 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
```
