Closed GoogleCodeExporter closed 9 years ago
This is a requested enhancement, not a defect.
Original comment by JayB...@gmail.com
on 28 Aug 2014 at 7:57
Hi,
Thanks for your suggestion. Does SQLite have a function for deleting a database?
I think file management is outside the scope of this library, which is a
wrapper for SQLite functions + object-oriented design + performance
improvements.
Igor
Original comment by ser...@almworks.com
on 29 Aug 2014 at 4:40
SQLite does not have such a function. In Android, Context has a deleteDatabase
method. On the desktop, you need to use File.delete or a similar method.
Original comment by JayB...@gmail.com
on 29 Aug 2014 at 7:38
Thanks for the clarification! For the reasons I mentioned, we won't be
implementing such method: file management is external to sqlite4java and SQLite.
Original comment by ser...@almworks.com
on 29 Aug 2014 at 7:57
Original issue reported on code.google.com by
JayB...@gmail.com
on 28 Aug 2014 at 7:56