Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 559 Bytes

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 3.4 or higher.

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