Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我首先像这样使用 SQLite PDO 库创建一个数据库。
$sqlite = new PDO("sqlite::memory:");
然后我做我想做的一切来设置数据库。
我的问题
然后如何开始将此 sqlite 数据库下载给用户?