sqlalchemy-seeder

Tool for creating (and persisting) SQLAlchemy entities from a simple data format.


Keywords
sqlalchemy, json, yaml, seed
License
MIT
Install
pip install sqlalchemy-seeder==0.2.0

Documentation

sqlalchemy-seeder

Seed SQLAlchemy database with a simple data format. Supports references to other entities (and their fields) that are defined alongside it or persisted in the database.

Requirements & Installation

Runs on Python 2.7 or Python 3

Dependencies

  • sqlalchemy
  • jsonschema
  • pyyaml

Installation

pip install sqlalchemy-seeder

Documentation

http://sqlalchemy-seeder.readthedocs.io/en/latest/

Issues

Submit issues on Github Issues.

License

MIT License