Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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