File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## v1.x
44
5- - [ ] Add example of input in csv file in README.md
5+ - [x ] Add example of input in csv file in README.md
66- [x] Support load entities from csv
77- [x] Customize prefix in seeder (default=` ! ` )
88- [x] Customize prefix in validator (default=` ! ` )
99- [x] relationship entity no longer required ` model ` key since the program will search it for you, but can also be
1010 overridden by providing a model data instead as it saves performance time
1111- [ ] Add test case for overriding default reference prefix
12+ - [ ] Update README description
13+ - [ ] add docstrings
14+ - [ ] Refactor test instances and test cases
1215
13- ## Tentative Features
16+ ## Tentative Plans
1417
1518- load entities from excel support
16-
19+ - add docs
Original file line number Diff line number Diff line change 11[metadata]
22name = sqlalchemyseed
3- description = SQLAlchemy seeder
3+ description = SQLAlchemy Seeder
44long_description = file: README.md
55long_description_content_type = text/markdown
66url = https://github.com/jedymatt/sqlalchemyseed
You can’t perform that action at this time.
0 commit comments