A package to make seeds for some relational databases
Project description
Seeder for Mysql
Load database then make seeds for it
Usage
from dbseeder import Database
db = Database(host="localhost", user="root", password="", database="seed")
# Make seed without deleting the existence data
db.makeSeed(rows_num=100000)
# Delete data, then make seeds
db.clearAndMakeSeed(rows_num=100000)
TODO
- Load relationship
- Add test
- Add argparser
Test
python -m pytest
Packing
My note
To publish new version:
- Change version in
pyproject.toml
- Build:
python -m build
- Upload to testpypi:
py -m twine upload --repository testpypi dist/*
- Upload to pypi:
py -m twine upload --repository pypi dist/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbseeder-0.0.1.1.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for dbseeder-0.0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7640d74978fc29eee7e55495859901e88936985007e5a0b691246880b5ed99d |
|
MD5 | dfc254f2595387d10b61c036f72b738e |
|
BLAKE2b-256 | 5170e7bfd9d7119055c1696282ef261d16f1fc069e030c8ad331121f7a0f96f9 |