标签: java spring sqlite
我正在使用Java,Spring。
需要在服务器(Java)上创建Sqlite DB(使用create table语句)并将DB发送到设备。
如何在不创建物理文件的情况下创建sqlite db并获取InputStream或bytes数组?