Skip to main content

A package to make seeds for some relational databases

Project description

Seeder for Mysql

gh-action-pip-audit

Load database then make seeds for it

Usage

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

https://packaging.python.org/en/latest/tutorials/packaging-projects/

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

database_seeder-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

database_seeder-0.0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page