Reputation: 677
was just wondering what formats of databases can SQLite support.
i only know of .sql. Is .mdf supported?
Upvotes: 0
Views: 173
Reputation: 285077
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.
Upvotes: 1