I have an existing database with the app name without ".db" extension at the end. Now the database created with DBFlow library adds ".db" extension at the end. How can specify that it shouldn't add the ".db" extension when creating database.
Or
If It can't do that then please tell me a way so that I can rename my existing database to have a ".db" extension before DBFlow creates the database.
Thanks in advance.
I tried following code and it worked.
Logcat outputs
true
And I checked by using adb shell and it did work. If there is someother way to do it please add it.