Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitchdev/hitchdb
Build database fixtures from StrictYAML and tbls.
https://github.com/hitchdev/hitchdb
Last synced: 15 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-14T10:09:37.000Z (12 months ago)
- Last Synced: 2024-05-14T00:31:32.772Z (8 months 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
[![Main branch status](https://github.com/hitchdev/hitchdb/actions/workflows/regression.yml/badge.svg)](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