/pyFakeSQLUsers

Primary LanguagePythonMIT LicenseMIT

pyFakeSQLUsers

This python script talks to the randomuser.me api to load fake "users" into your database. This is simple of way of having real-world style data for getting learn and manipulate SQL.

How to use

  • Create a database in MySQL
  • Create a user in MySQL
  • Put the Username, Password & Database name into the learnsql.py script
  • Run the learnsql.py script
  • Check your MySQL Database - you should have a 'learnsql' table populated with records (500 by default)