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

https://github.com/dantleech/fixgen

Database Fixture Generator
https://github.com/dantleech/fixgen

Last synced: 12 months ago
JSON representation

Database Fixture Generator

Awesome Lists containing this project

README

          

Fixgen: Database Fixture Generator
==================================

[![Build Status](https://travis-ci.org/dantleech/fixgen.svg?branch=master)](https://travis-ci.org/dantleech/fixgen)
[![StyleCI](https://styleci.io/repos//shield)](https://styleci.io/repos/)

This is a CLI to populate your *database* using the
[Alice](https://github.com/nelmio/alice) fixture generator.

Why?
----

This application populates your *database* directly, without going through any
object models. For this reason it is suited for generating data for legacy
applications or applications which do not use object models.

It doesn't work?
----------------

Nope, this is another side project which I will probably never finish.