Nate1729 / fictional-garbanzo-server

GNU General Public License v2.0
0 stars 0 forks source link

Add Mock Data Script #7

Open Nate1729 opened 1 year ago

Nate1729 commented 1 year ago

Is your feature request related to a problem? Please describe. There is no data stored in the database by default. One needs to manually create all of the data.

Describe the solution you'd like A clear and concise description of what you want to happen.

There should be a script that creates some mock-data in the database for test purposes.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Nate1729 commented 1 year ago

Since this database uses sqlite, we should be able to write a .sql file and run it using the sqlite cli.