https://github.com/hitchdev/hitchdb
Build database fixtures from StrictYAML and tbls.
https://github.com/hitchdev/hitchdb
Last synced: 4 months ago
JSON representation
Build database fixtures from StrictYAML and tbls.
- Host: GitHub
- URL: https://github.com/hitchdev/hitchdb
- Owner: hitchdev
- License: other
- Created: 2023-08-06T11:10:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T10:09:37.000Z (about 2 years ago)
- Last Synced: 2024-05-14T00:31:32.772Z (almost 2 years ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HitchDB
[](https://github.com/hitchdev/hitchdb/actions/workflows/regression.yml)
## Install
```bash
$ pip install hitchdb
```
## Using
- [Postgres Types](https://hitchdev.com/hitchdb/using/postgres-types)
- [Quickstart](https://hitchdev.com/hitchdb/using/quickstart)
## Approach