Dear gurus, help determine the choice.
The application base should contain about 500 entries. Which method of filling is better to choose?
1) save the database structure and its data as SQL scripts, include these scripts in the application
2) transfer the database as part of the application as a SQLite database file.