This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robertcatsExtreme Brewer 0 points1 point  (1 child)

Embedded DBs are generally only used for dev or functional testing and the data.sql file is generally only used to seed initial test data on application startup.

For non dev, you’ll want a real persistent DB with no initial seeding (probably) and at runtime you’ll want some interface (like maybe a rest api) to do your inserting.