Is your feature request related to a problem? Please describe.
- Yes, currently need to upload database file
Describe the solution you'd like
- Allow the insertion of a schema and populate it with faker if desired
Additional context
- Should take in sqlite file, populate it with fake data thru insertions, then use tool to generate db file from it?
- used 1 such tool to generate Chinook.db called sqlite3 with a .read operation
Development
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context
Development
allow upload of sql file and convert it to a database file using tool
or not
stored uploaded sql files in a new directory
figure out how to generate fake data for unknown scheme or given a scheme
after fake data generated, should automatically generate db file and put it into proper folder