免費線上將檔案轉換為 DB 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Database |
| MIME 類型 | application/vnd.sqlite3 |
| 開發者 | SQLite project (SQLite Consortium) |
| 主要使用場景 | 嵌入式應用資料庫、行動/桌面本機儲存、快取、小到中型資料集、原型開發、單檔資料交換 |
DB(SQLite)是單一檔案的關聯式資料庫,將表、索引與資料以 SQLite 二進位「format 3」結構儲存。
DB 檔案格式具有多項優點,適合常見的使用情境。
DB 檔案格式具有某些限制,可能會影響其在特定情境下的使用。
DB 資料庫檔案可在多種資料庫軟體與工具中使用,並支援不同平台。
將 .db 視為不可信輸入:畸形檔可能觸發解析器漏洞。敏感資料建議用系統級加密或加密版 SQLite。
SQLite source and documentation are dedicated to the public domain; the file format is publicly documented