jwulf/ghettohubDB
A database driver for a JSON DB in a GitHub repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token to commit to the repo. Pass in secrets.GITHUB_TOKEN. | yes | — |
| operation | The operation to perform: FINDONE | FINDMANY | DROPTABLE | UPSERT | DELETEONE | DELETEMANY | INIT | UPDATEONE | UPDATEMANY | yes | — |
| query | The query to execute | no | — |
| record | The record for an upsert operation | no | — |
| table | The table to run the operation on | no | — |
| basedir | The base directory for the database | no | db |
| tables | A list of tablenames to initialise a database | no | — |
| verbose | Set to true for verbose output | no | — |
Outputs
no outputs