标签: sqlite
我在内存模式下使用sqlite,在连接关闭时,临时内存文件不会自动删除。
Connection connection = DriverManager.getConnection("jdbc:sqlite::memory:");