Creating an SQLite database in build

Where is the best place to create a database for a build? Application.PersistantDataPath?
It is to be created by the user by button click.

Yes, Application.PersistantDataPath is the most appropriate.