SQLite supported database formats?
was just wondering what formats of databases can SQLite support.
i only know of .sql. Is .mdf s开发者_如何学Pythonupported?
The file extension doesn't actually matter; only the contents do. But it supports SQLite databases. :) MDF is an SQL Server format, and is not supported.
精彩评论