rz-georgiev / SCManager

Manager for semiconductors and other electronic components
MIT License
1 stars 0 forks source link

Seeding #4

Closed rz-georgiev closed 4 years ago

rz-georgiev commented 4 years ago

Should seed the database with default data when the app is first time started.

rz-georgiev commented 4 years ago

Seeding data is now successful through resx files filled with json. SSMS is used to generate the json files in the query text menu through the SELECT * FROM table FOR JSON AUTO command. Grid and files are not enought/convenient, so i've extended the max text length for the query.