When I test an app engine project on my local development server, the local db is recreated every time the project is built, the reason being that the db is located in the build directory and treated as part of the build.
This behavior makes perfect sense for running tests, but not during development. Can it be changed? Is there a setting to move the db or create it somewhere else?
--
I'm on Java with the following run/debug configuration: